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.

example/byte_search_example.dart

// ignore_for_file: avoid_print

void main() {
  print('byte_search examples');
  print('--------------------');
  print('Run one of the following:');
  print('  dart run example/message_start_and_search.dart');
  print('  dart run example/scan_lines_with_byte_utils.dart');
}
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