Live data from Hacker News

Viewing profile — schoetbi

schoetbi

HN member
Joined
Thu, Feb 09, 2017, 5:46 AM UTC
HN karma
-2
Public activity
10 items

About schoetbi

No profile information was provided.

Recent public activity

  1. 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...

  2. comment
    Comment #34592576

    Flatbuffers can generate the json-schema for you out of the fbs files.

  3. comment
  4. 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...

  5. 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....

  6. comment
  7. comment
    Comment #26566377

    you have to use it since PostgreSQL does not support limit within a with expression.

  8. comment
    Comment #15415506

    There was a podcast lateley on FLOSS Weekly: https://twit.tv/shows/floss-weekly/episodes/451

  9. 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…

  10. 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…