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

A high-performance memory-mapped List for Dart that handles very large datasets with minimal, constant RAM usage.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add memory_mapped_list

With Flutter:

 $ flutter pub add memory_mapped_list

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

dependencies:
  memory_mapped_list: ^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:memory_mapped_list/memory_mapped_list.dart';
0
likes
130
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance memory-mapped List for Dart that handles very large datasets with minimal, constant RAM usage.

Topics

#data-structures #performance #file-io #memory #list

License

MIT (license)

Dependencies

ffi, logging, meta, path

More

Packages that depend on memory_mapped_list