byte_search 0.1.0 copy "byte_search: ^0.1.0" to clipboard
byte_search: ^0.1.0 copied to clipboard

High-performance, low-allocation byte searching utilities for Uint8List, optimized for repeated scans and high-reject workloads.

0.1.0 #

  • Initial release.
    • BytePattern: Horspool-based byte matcher optimized for high-reject workloads
    • ByteSet: compiled byte membership table for constant-time classification
    • Utilities:
      • indexOfByte
      • indexOfAnyByte
      • indexOfByteNotIn
      • startsWithBytes
      • endsWithBytes
1
likes
160
points
97
downloads

Publisher

verified publisherraidbuilder.app

Weekly Downloads

High-performance, low-allocation byte searching utilities for Uint8List, optimized for repeated scans and high-reject workloads.

Repository (GitHub)
View/report issues

Topics

#performance #contains #bytes #parsing #utilities

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on byte_search