ParkerTenBroeck.github.io/content/blog/projects/fastexpr.md
2026-01-22 11:48:01 -05:00

10 lines
No EOL
329 B
Markdown

+++
title = "FastExpr"
description = "A java 24 library that runtime compiled math expressions into native JVM bytecode. Also supporting expression simplification and operations such as derivatives"
date = 2025-04-03
[taxonomies]
tags = ["java", "bytecode"]
category = ["project"]
+++
https://github.com/ParkerTenBroeck/fastexpr