summaryrefslogtreecommitdiff
path: root/tests/backend-tests.lisp
AgeCommit message (Collapse)Author
2023-08-05Encoder refactor, new tests and proper non-file stream handlingPiotr Szarmanski
2022-12-30Implement buffer reuse encoding.Piotr Szarmanski
This implements a buffer reuse mechanism in eris-encode. This is also a backwards incompatible change, as the provided OUTPUT-FUNCTION now has an additional argument and has to return an octet-vector buffer of equal size. This is not yet implemented optimally, but should amount to a reduce of memory usage and GC required, especially for larger files.
2022-10-24Add tests for file-backend and hash-backend.Piotr Szarmanski