Docs.rs
  • vortex-fastlanes-0.39.0
    • vortex-fastlanes 0.39.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • robert3005
    • gatesn
    • github:spiraldb:crates-io
    • vortex-admin
    • Dependencies
      • arrayref ^0.3.7 normal
      • arrow-buffer ^55 normal
      • fastlanes ^0.1.8 normal
      • itertools ^0.14.0 normal
      • lending-iterator ^0.1.7 normal
      • num-traits ^0.2.19 normal
      • prost ^0.13.4 normal
      • rand ^0.9.0 normal optional
      • vortex-array ^0.39.0 normal
      • vortex-buffer ^0.39.0 normal
      • vortex-dtype ^0.39.0 normal
      • vortex-error ^0.39.0 normal
      • vortex-mask ^0.39.0 normal
      • vortex-scalar ^0.39.0 normal
      • codspeed-divan-compat ^2.8.0 dev
      • rand ^0.9.0 dev
      • vortex-array ^0.39.0 dev
    • Versions
    • 19.35% of the crate is documented
  • Platform
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

vortex_fastlanes0.39.0

  • All Items

Crate Items

  • Modules
  • Structs
  • Functions

Crate vortex_fastlanes

Source

Modules§

unpack_iter

Structs§

BitPackedArray
BitPackedEncoding
BitPackedVTable
DeltaArray
DeltaEncoding
DeltaVTable
FoRArray
FoREncoding
FoRVTable

Functions§

bit_width_histogram
bitpack_encode
bitpack_encode_unchecked⚠
Bitpack an array into the specified bit-width without checking statistics.
bitpack_primitive
Bitpack a slice of primitives down to the given width.
bitpack_to_best_bit_width
bitpack_unchecked⚠
Bitpack a PrimitiveArray to the given width.
count_exceptions
decompress
delta_compress
delta_decompress
find_best_bit_width
gather_patches
unpack
unpack_primitive
unpack_single
unpack_single_primitive⚠
Safety