plume-lang / plume

Plume is a lightweight programming language that aims to be portable, powerful and easy to learn.
MIT License
12 stars 2 forks source link

Fixed performance issues in Plume #8

Closed thomasvergne closed 5 months ago

thomasvergne commented 5 months ago

Fixed some of the biggest performance issues in Plume, such as Parsing performance problems with native Haskell list implementation and some inlinable functions.

An average of 20 times faster on ppm during compilation.