slob_reader 0.1.3 copy "slob_reader: ^0.1.3" to clipboard
slob_reader: ^0.1.3 copied to clipboard

A pure Dart implementation of the Slob (Sorted List of Blobs) file format reader.

Changelog #

0.1.3 #

  • Added getBlobs method for bulk reading dictionary entries with optimized bin-level grouping.
  • Optimized existing getRef, getBlobContent, and _getContentTypeId by reducing redundant file seek operations.
  • Extracted compression logic into a separate internal helper.

0.1.2 #

  • Optimized index loading with bulk reads, significantly reducing initial delay.

0.1.1 #

  • Updated archive package to newest version.

0.1.0 #

  • Initial release.
  • Support for reading Slob (.slob) files.
  • Support for zlib, bz2, and lzma2 compression.
0
likes
0
points
363
downloads

Publisher

unverified uploader

Weekly Downloads

A pure Dart implementation of the Slob (Sorted List of Blobs) file format reader.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive

More

Packages that depend on slob_reader