moleike / haskell-jsonnet

🎏 Haskell implementation of Jsonnet
https://hackage.haskell.org/package/jsonnet
Other
21 stars 6 forks source link

Replace slow std functions with native built-ins #19

Open moleike opened 3 years ago

moleike commented 3 years ago

We are using the exact same Jsonnet implementation of the std object that is used in the C++ original implementation This replacement would not need to modify the vanilla std.jsonnet since we can override them in the native impl.

This should heavily rely on micro-benchmarks so that we only re-implement methods that are known to be slow.

Methods: