Viewing profile — mzaks
mzaks
HN member- Joined
- Tue, May 17, 2016, 1:55 PM UTC
- HN karma
- 23
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About mzaks
No profile information was provided.
Recent public activity
-
comment
Comment #32188841
Not a data structure, but a nice concept for very fast search on immutable pre sorted array, eytzinger order. I did some experiments, it is about 2-3x faster then binary search. ht…
-
comment
Comment #23590350
True, I guess it all boils down to ease of use (convenience). You can build a system which accepts schema + data and build dash boards and data relevant relevant processing + optim…
-
comment
Comment #23589664
If you need a language support for FlexBuffers please create an issue on GitHub repo. I ported it already to Swift, C#, Dart, Python, JS (is in review). If I am familiar with the l…
-
comment
Comment #23589638
One use case where schema-less is the way to go, when you provide the infrastructure, but have no „ownership“ of data it will be used for. E.g. you build a logging or analytics too…
-
comment
Comment #23589599
You forgot Python and C# :). Plus a Unity3D specific version, which is battle tested in a game with more than half a million downloads ;).
- story
- story
- story
- story
-
comment
Comment #11715312
The good thing about any narrative, it resonates with different people on different levels. The blog post is in deed titled "10,000 times faster Swift". I though it will be a catch…
-
comment
Comment #11714099
I was suspicious, I just could not put my finger on it :) for i in 0.. this results in around 42ms compared to C 25ms. I guess I should update my blog post :) Thanks for your help.…
-
comment
Comment #11714005
This makes sense! Changed the iteration to: for i in 0.. now result is around 43ms Thanks for pointing it out. Have to check if there are so other things involved, but that might b…
-
comment
Comment #11713863
Performance test run on Travis CI in a virtual machine https://travis-ci.org/mzaks/FlatBuffersSwift function called for decode+use+dealloc https://github.com/mzaks/FlatBuffersSwift…
- comment
-
comment
Comment #11713615
I Updated the run bench function https://gist.github.com/mzaks/e3a2dc7ccdfc2397bc26c55eb6dc8a... the output is now: Eager run ================================= 1557 ms encode 264 m…