mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
change how website is organized
This commit is contained in:
parent
58c56b0af7
commit
6c8e98dc98
38 changed files with 59 additions and 60 deletions
10
content/blog/projects/fastexpr.md
Normal file
10
content/blog/projects/fastexpr.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue