Tape - A lightning fast, transactional, file-based FIFO for Android and Java.
A lightning fast, transactional, file-based FIFO for Android and Java. QueueFile is a lightning-fast, transactional, file-based FIFO. Addition and removal from an instance is an O(1) operation and is atomic. Writes are synchronous; data will be written to disk before an operation returns. The underlying file is structured to survive process and even system crashes and if an I/O exception is thrown during a mutating change, the change is aborted.
http://square.github.io/tape/
https://github.com/square/tape
License:
Tech:
Tags: