fast-select icon indicating copy to clipboard operation
fast-select copied to clipboard

Extremely fast and compact in-memory embedded column oriented database

Results 11 fast-select issues
Sort by recently updated
recently updated
newest added

https://en.wikipedia.org/wiki/Trie

enhancement

https://github.com/eBay/embedded-druid

https://github.com/npgall/cqengine

question

For example you today you have data with cardinality 100 but tomorrow for same column it's 200. Lib should automatically switch to short dictionary instead of error as now ```...

enhancement

from ``` byMultipleString 10000000 avgt 5 1523.173 ± 80.155 ms/op byString 10000000 avgt 5 612.183 ± 72.304 ms/op byNoCaseLikeString 10000000 avgt 5 2851.732 ± 154.023 ms/op ``` to ``` byMultipleString...

ftp://ftp.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt

enhancement

- average select time - average select and sort time - share by JMX

enhancement