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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add byte_search

With Flutter:

 $ flutter pub add byte_search

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  byte_search: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:byte_search/byte_search.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