package
0.0.0-20240905174813-5b86810c7bc7
Repository: https://github.com/geange/lucene-go.git
Documentation: pkg.go.dev
# Functions
NewRadixSelector Sole constructor.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
HISTOGRAM_SIZE size of histograms: 256 + 1 to indicate that the string is finished.
LENGTH_THRESHOLD buckets below this size will be sorted with introselect.
LEVEL_THRESHOLD after that many levels of recursion we fall back to introselect anyway this is used as a protection against the fact that radix sort performs worse when there are long common prefixes (probably because of cache locality).
# Structs
No description provided by the author
# Type aliases
No description provided by the author