Ask HN: Survey: Scripting languages for realtime applications2 points·by schoetbi·vor 9 Jahren·2 comments
schoetbi·vor 3 Jahren·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·vor 5 Jahren·discussAgree, the ecosystem for flatbuffer and the perfomance is great. Here is the language support: https://google.github.io/flatbuffers/flatbuffers_support.htm...
schoetbi·vor 5 Jahren·discussTotaly agree. I use flatbuffer and it is a lot faster than e.g Json: https://google.github.io/flatbuffers/flatbuffers_benchmarks....
schoetbi·vor 5 Jahren·discussyou have to use it since PostgreSQL does not support limit within a with expression.
schoetbi·vor 9 Jahren·discussThere was a podcast lateley on FLOSS Weekly: https://twit.tv/shows/floss-weekly/episodes/451
schoetbi·vor 9 Jahren·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