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

Low-allocation building blocks for reading large delimiter-separated files with RandomAccessFile (chunking, record extraction, binary search).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add byte_search_io

With Flutter:

 $ flutter pub add byte_search_io

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

dependencies:
  byte_search_io: ^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_io/byte_search_io.dart';
1
likes
160
points
116
downloads

Publisher

verified publisherraidbuilder.app

Weekly Downloads

Low-allocation building blocks for reading large delimiter-separated files with RandomAccessFile (chunking, record extraction, binary search).

Repository (GitHub)
View/report issues

Topics

#performance #parsing #logging #io #bytes

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

byte_search

More

Packages that depend on byte_search_io