Ask HN: Survey: Scripting languages for realtime applications2 points·by schoetbi·9 anni fa·2 comments
schoetbi·3 anni fa·discussThere is also Apache Arrow that uses a similar use case. Maybe this is worth considering: https://arrow.apache.org/docs/python/memory.html#on-disk-and...
schoetbi·5 anni fa·discussAgree, the ecosystem for flatbuffer and the perfomance is great. Here is the language support: https://google.github.io/flatbuffers/flatbuffers_support.htm...
schoetbi·5 anni fa·discussTotaly agree. I use flatbuffer and it is a lot faster than e.g Json: https://google.github.io/flatbuffers/flatbuffers_benchmarks....
schoetbi·5 anni fa·discussyou have to use it since PostgreSQL does not support limit within a with expression.
schoetbi·9 anni fa·discussThere was a podcast lateley on FLOSS Weekly: https://twit.tv/shows/floss-weekly/episodes/451
schoetbi·9 anni fa·discussThanks.ChaiScript has a stackbased memory model so this would fit.Wren has a garbage collector, so this would be probalby no option for me.Euphoria is not on github so I have to search first how the gc works. Thanks again