Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-25 | fix copyright preambleHEADmaster | Piotr Szarmanski | |
2023-08-25 | Add the parallel encoder. | Piotr Szarmanski | |
2023-08-05 | Encoder refactor, new tests and proper non-file stream handling | Piotr Szarmanski | |
2023-08-04 | {En,de}coder refactoring | Piotr Szarmanski | |
Removes the pointless reference-pair object in favor of passing reference-key pairs as a 64-byte octet-vector. Also removes :hash-output. | |||
2023-08-03 | Update the readme & update version to 0.2. | Piotr Szarmanski | |
2022-12-30 | Implement 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-12-30 | Initial buffer reuse encoding commit | Piotr Szarmanski | |
2022-11-20 | Fix some compilation warnings | Piotr Szarmanski | |
2022-10-24 | Add hash-backend and update README. | Piotr Szarmanski | |
2022-10-21 | Fix a typo in the license header. | Piotr Szarmanski | |
2022-10-10 | Add serapeum and clean up type specifiers. | Piotr Szarmanski | |
2022-09-25 | Fix documentation. | Piotr Szarmanski | |
2022-09-25 | Clean up docstrings and type declarations. | Piotr Szarmanski | |
2022-09-23 | Simplify octets-to-reference-pair | Piotr Szarmanski | |
2022-09-21 | Initial commit. | Piotr Szarmanski | |