package
0.0.0-20240905174813-5b86810c7bc7
Repository: https://github.com/geange/lucene-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
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

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

INT_FIRST_LEVEL_SIZE The first level size for new slices.
INT_LEVEL_SIZE_ARRAY An array holding the level sizes for int slices.
INT_NEXT_LEVEL_ARRAY An array holding the offset into the INT_LEVEL_SIZE_ARRAY to quickly navigate to the next slice level.

# Structs

AllocatorImp Abstract class for allocating and freeing int blocks.
BlockPool A pool for int blocks similar to ByteBlockPool.
No description provided by the author
No description provided by the author
No description provided by the author
SliceReader A IntBlockPool.SliceReader that can read int slices written by a IntBlockPool.SliceWriter.
SliceWriter A IntBlockPool.SliceWriter that allows to write multiple integer slices into a given BlockPool.

# Interfaces

No description provided by the author
No description provided by the author