Viewing profile — mkcg
mkcg
HN member- Joined
- Sun, Jan 20, 2019, 4:49 PM UTC
- HN karma
- 9
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About mkcg
No profile information was provided.
Recent public activity
-
comment
Comment #46772598
@see: https://news.ycombinator.com/item?id=46766004
-
story
Show HN: Single header branchless ASCII folding filter
Hello, as I was looking at Lucene core, I was amazed that the ASCII Folding filter was implemented as a huge switch/case statement which is then compiled as a big lookup table and …
-
comment
Comment #30887098
I don't know about CUDA, however I've made an AVX2 based encoder a few months ago : https://github.com/phoboslab/qoi/pull/143 I intend to create an AVX2 based decoder but I had abs…
- story
-
comment
Comment #27865022
goto statements are also very useful to parse, compress and uncompress data in the critical loop.
-
comment
Comment #27566842
You could also prefix it with a varint : in this case it would not require any extra byte compared to the NUL terminated string when the length of the string is less than 128 chars…
-
comment
Comment #27164762
Thanks for the feedback, my issue is that I allocate only a few MB to my indexing thread so I'm looking for a more efficient implementation to avoid having to produce then merge to…
-
comment
Comment #27159620
Hi, do you have any metric regarding the memory usage of your ART implementation ? I tried to implement one for the database I'm currently working on, however I feel that I am usin…
-
comment
Comment #23725954
What is your stack ? I made a simple Proof-of-concept of a PHP backend based on Redisearch compatible with the Instantsearch.js library. You can take a look at it here : https://gi…
-
comment
Comment #23668280
You missed the "streaming" part. Being able to allocate only a few KB to ingest any JSON is a killer feature. There is a valid reason to reinvent the wheel : in my case I had to do…
-
comment
Comment #22650273
I've been working on a lite PHP library acting as an agnostic query engine to aggregate content from different (files, API, SQL, document oriented, ...) kind of datastore and ease …
-
comment
Comment #22466367
http://travaux.ovh.net/?do=details&id=43213& ?
- story
-
comment
Comment #19195569
Hi, last year I made a similar project at work to be able to inject values coming from our database into our Gherkin features. I thought that it may help someone else to build more…
- story
-
comment
Comment #18967774
Hi, I'm glad to share "Metis" which is a fulltext search engine written in ECMAScript 6 with facet capabilities. Results are not yet sorted using a TF/IDF algorithm, however sort c…
- story
-
comment
Comment #18953973
Hi, this is a small collaborative project that I just started on my GitHub account. It lists a few questions that any IT team should be asking itself when working on any project. I…
- story