mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
11 lines
360 B
Markdown
11 lines
360 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"]
|
|
+++
|
|
|
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/fastexpr)
|