stefnotch / aftermath-editor

A WYSIWYG mathematics editor that understands your formulas!
https://stefnotch.github.io/aftermath-editor
MIT License
13 stars 0 forks source link

flat ast #78

Open stefnotch opened 1 month ago

stefnotch commented 1 month ago

https://www.cs.cornell.edu/~asampson/blog/flattening.html

https://recursion.wtf/posts/rust_schemes/

Nice perf boost, allows for easy node reuse. Might make algorithms that change the tree structure cheaper to implement.

stefnotch commented 1 month ago

https://github.com/saschagrunert/indextree is one library for that.