compact_int_map 0.0.1 copy "compact_int_map: ^0.0.1" to clipboard
compact_int_map: ^0.0.1 copied to clipboard

emory efficient integer map implementation in dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add compact_int_map

With Flutter:

 $ flutter pub add compact_int_map

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

dependencies:
  compact_int_map: ^0.0.1

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:compact_int_map/compact_int_map.dart';
0
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

emory efficient integer map implementation in dart.

Homepage
Repository (GitHub)
View/report issues

Topics

#collections #data-structures

Documentation

API reference

License

MIT (license)

Dependencies

benchmarking

More

Packages that depend on compact_int_map