Viewing profile — schoetbi
schoetbi
HN member- Joined
- Thu, Feb 09, 2017, 5:46 AM UTC
- HN karma
- -2
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About schoetbi
No profile information was provided.
Recent public activity
-
comment
Comment #37304183
There 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...
-
comment
Comment #34592576
Flatbuffers can generate the json-schema for you out of the fbs files.
-
comment
Comment #32302051
[dead]
-
comment
Comment #26634117
Agree, the ecosystem for flatbuffer and the perfomance is great. Here is the language support: https://google.github.io/flatbuffers/flatbuffers_support.htm...
-
comment
Comment #26634108
Totaly agree. I use flatbuffer and it is a lot faster than e.g Json: https://google.github.io/flatbuffers/flatbuffers_benchmarks....
- comment
-
comment
Comment #26566377
you have to use it since PostgreSQL does not support limit within a with expression.
-
comment
Comment #15415506
There was a podcast lateley on FLOSS Weekly: https://twit.tv/shows/floss-weekly/episodes/451
-
comment
Comment #13752569
Thanks. 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…
-
story
Ask HN: Survey: Scripting languages for realtime applications
I am looking for scripting languages that are suited for realtime # programming. The main criteria is that there is no stop-the-world garbage collector as in Python or Lua. The mai…