pub struct BinaryReader {
data : Bytes
offset : Int
}pub struct BinaryWriter {
buf : FixedArray[Byte]
len : Int
}fn crc32_fast(data : Bytes) -> UIntInstall
Download zipHigh-performance vector database with multiple ANN algorithms
Dependencies