Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: grandecola/bigqueue

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps(deps): bump github.com/grandecola/mmap (#89)

v0.5.0

Toggle v0.5.0's commit message
Bigqueue v0.5.0

  * Bigqueue is thread safe now
  * Bug fixes and performance optimizations

v0.4.0

Toggle v0.4.0's commit message
Add offset API similar to Kafka

v0.3.0

Toggle v0.3.0's commit message
Changelog -

  * Perform periodic data flush to disk
  * Add optimized functions to write string data
    directly into bigqueue

v0.2.0

Toggle v0.2.0's commit message
Major addition in this release is support for limited memory use.

Now, you can specify the max memory bigqueue is allowed to use
to store the data in memory. Rest of the data resides on disk.
This release also siginficantly optimises Dequeue functions and
improves code quality and code coverage.

v0.1.0

Toggle v0.1.0's commit message
This is the first release for the bigqueue library. It currently

provides only single threaded support to read and write to the
queue. Currently, all the data resides in memory all the time
and there is no garbage collection facility available.