Viewing profile — PSeitz
PSeitz
HN member- Joined
- Wed, Jun 25, 2014, 2:22 PM UTC
- HN karma
- 159
- Public activity
- 127 items
- HN profile
- View on Hacker News ↗
About PSeitz
No profile information was provided.
Recent public activity
-
comment
Comment #46269893
Hi, tantivy dev here. There are two recent performance improvements in tantivy, which should make term aggregations considerable faster. https://github.com/quickwit-oss/tantivy/pul…
-
comment
Comment #42304069
Also we are working on some performance improvements based on the benchmark comparison, as they highlighted some areas we can improve in tantivy.
-
comment
Comment #40942199
tantivy has two dictionaries FST and SSTable. We added SSTable in tantivy because it works great with object storage, while FST does not. With some metadata we can download only th…
-
comment
Comment #40501485
You can just put everything in a JSON field in tantivy and set it to INDEXED and FAST
-
comment
Comment #40497381
They serve quite different use cases. quickwit was built to handle extremely large data volumes, you can ingest and search TB and PB of logs. meilisearches indexing doesn't scale a…
-
comment
Comment #40497269
> Hm, I am interested, but I would love to use it as a rust lib and just have rust types instead of some json config... Yes that's how you use tantivy normally, not sure which json…
-
comment
Comment #37818318
The issue for geo search is here: https://github.com/quickwit-oss/tantivy/issues/44
-
comment
Comment #36569269
>Roaring bitmaps and similar data structures get their speed from decoding together consecutive groups of elements, so if you do sequential decoding or decode a large fraction of t…
-
comment
Comment #36560585
> It would definitely compress much better than roaring bitmaps. In terms of performance, it depends on the access patterns. If very sparse (large jumps), PEF would likely be faste…
-
comment
Comment #36390011
Indeed if you are colorblind that may be an issue. I'll address it If I get to it. Otherwise it assigns names to colors, no idea how you could be confused by that.
- story
- story
- story
-
comment
Comment #25935197
file io should come with the frame format, which is not yet implemented. For the block format it's not really suited.
- story
-
comment
Comment #25927350
As far as I know LZ4 is much faster that most compression algorithms, with decompression speeds of over 4GB/s
-
comment
Comment #25927291
I ported the block format to Rust matching the C implementation in performance and ratio. https://github.com/pseitz/lz4_flex
-
comment
Comment #20612754
But I like coal, so coal can't be the problem either. ROLF!
-
comment
Comment #20562741
Or with einstein "yeah you were pretty much right. we don't have anything new"
-
comment
Comment #17083276
The performance comparisons between gc and non-gc languages show otherwise. Also, memory consumption eventually costs cpu cycles.
-
comment
Comment #17081821
Garbage collector is actually something you'd want, if it caused no performance hit.
-
comment
Comment #16685939
Some article about development a approach is not news. Also, hackernews is largely composed of non-news information, else I wouldn't be here ;)
-
comment
Comment #16471725
I use a state machine for text https://github.com/BurntSushi/fst
-
comment
Comment #14017184
But it does work in Tokyo, maybe it's the people
-
comment
Comment #13979824
Internet availability is not a problem. Just check cable availability and your up and running with 100Mbits+ in a few days.