square / tape

A lightning fast, transactional, file-based FIFO for Android and Java.
https://square.github.io/tape/
Apache License 2.0
2.47k stars 287 forks source link

Tape: Check if allocation is too large for single element #214

Closed steve-the-edwards closed 3 years ago

steve-the-edwards commented 4 years ago

If anyone has any good ideas for unit tests I'm all ears. Hard to set max element size as small because then we could never add to it. Would need a pre-written file.

EDIT: Used a file to test :)

steve-the-edwards commented 4 years ago

Alright, all your comments have been addressed I believe @pyricau