| 2025-04-16 |
Chris Mikkelson | Refactor, again (WIP) |
commit | commitdiff | tree | snapshot |
| 2025-04-09 |
Chris Mikkelson | Add map capability to Source, SeekableIter back-to-impl master |
commit | commitdiff | tree | snapshot |
| 2025-04-09 |
Chris Mikkelson | Correct RangeIter trait bounds |
commit | commitdiff | tree | snapshot |
| 2025-04-08 |
Chris Mikkelson | Implement dyn-compatible source variant. |
commit | commitdiff | tree | snapshot |
| 2025-04-08 |
Chris Mikkelson | Refactor again to take advantage of impl Trait. |
commit | commitdiff | tree | snapshot |
| 2025-04-08 |
Chris Mikkelson | Address div_ceil clippy warnings dyn-source |
commit | commitdiff | tree | snapshot |
| 2025-04-08 |
Chris Mikkelson | Reduce lifetime proliferation. |
commit | commitdiff | tree | snapshot |
| 2025-04-07 |
Chris Mikkelson | WIP #2 - Remove Item associated type from Source |
commit | commitdiff | tree | snapshot |
| 2025-04-07 |
Chris Mikkelson | WIP attempt to make dyn compatible source abstraction. |
commit | commitdiff | tree | snapshot |
| 2025-04-07 |
Chris Mikkelson | Streamline sorter 'write' method again. |
commit | commitdiff | tree | snapshot |
| 2025-04-07 |
Chris Mikkelson | Rename merge_func, dupsort_func sources, iterators. |
commit | commitdiff | tree | snapshot |
| 2025-04-05 |
Chris Mikkelson | cargo-clippy fixes |
commit | commitdiff | tree | snapshot |
| 2025-04-05 |
Chris Mikkelson | Refactor to allow for dyn-compatible Source, iteration... |
commit | commitdiff | tree | snapshot |
| 2025-04-03 |
Chris Mikkelson | Update .gitignore |
commit | commitdiff | tree | snapshot |
| 2025-04-03 |
Chris Mikkelson | Rename Iter -> SeekableIter |
commit | commitdiff | tree | snapshot |
| 2024-10-19 |
Chris Mikkelson | Make Iter, Source generic on item type |
commit | commitdiff | tree | snapshot |
| 2024-09-17 |
Chris Mikkelson | Fix Fileset bugs |
commit | commitdiff | tree | snapshot |
| 2024-09-17 |
Chris Mikkelson | Add Debug derives to mtbl::{Fileset,Reader} |
commit | commitdiff | tree | snapshot |
| 2024-09-16 |
Chris Mikkelson | Various API tweaks |
commit | commitdiff | tree | snapshot |
| 2024-09-13 |
Chris Mikkelson | Add filter with seek capability |
commit | commitdiff | tree | snapshot |
| 2024-09-13 |
Chris Mikkelson | Simplify merge_func, dupsort helpers |
commit | commitdiff | tree | snapshot |
| 2024-09-12 |
Chris Mikkelson | Hide inner Entry structure refactor-source |
commit | commitdiff | tree | snapshot |
| 2024-09-12 |
Chris Mikkelson | Refactor fileset |
commit | commitdiff | tree | snapshot |
| 2024-09-06 |
Chris Mikkelson | Multiple cleanups; flesh out sorter logic |
commit | commitdiff | tree | snapshot |
| 2024-09-06 |
Chris Mikkelson | More cleanup from "impl Iter" based sources |
commit | commitdiff | tree | snapshot |
| 2024-09-06 |
Chris Mikkelson | Refactor Source without object safety |
commit | commitdiff | tree | snapshot |
| 2024-09-06 |
Chris Mikkelson | WIP: attempt to refactor Source without object safety |
commit | commitdiff | tree | snapshot |
| 2024-09-04 |
Chris Mikkelson | WIP: sorter implementation |
commit | commitdiff | tree | snapshot |
| 2024-09-02 |
Chris Mikkelson | block_builder: use Vec::new() instead of Vec::default() |
commit | commitdiff | tree | snapshot |
| 2024-09-02 |
Chris Mikkelson | block_builder: remove last bit of custom varint code |
commit | commitdiff | tree | snapshot |
| 2024-09-02 |
Chris Mikkelson | Add merge_func and dupsort_func methods to Source |
commit | commitdiff | tree | snapshot |
| 2024-08-17 |
Chris Mikkelson | More refactoring, natch. |
commit | commitdiff | tree | snapshot |
| 2024-08-16 |
Chris Mikkelson | first cut of fileset support |
commit | commitdiff | tree | snapshot |
| 2024-08-16 |
Chris Mikkelson | Remove blanket dead code warning suppression |
commit | commitdiff | tree | snapshot |
| 2024-08-13 |
Chris Mikkelson | reader: support uncompression |
commit | commitdiff | tree | snapshot |
| 2024-08-13 |
Chris Mikkelson | Weave CBuf into blocks for compression |
commit | commitdiff | tree | snapshot |
| 2024-08-13 |
Chris Mikkelson | Make compression CBuf type generic |
commit | commitdiff | tree | snapshot |
| 2024-08-12 |
Chris Mikkelson | Write index block with length, crc |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | Add file reader, rudimentary mtbl_dump |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | tests: use small blocksize in rwtest to exercise index |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | block: use little-endian fixed representations |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | reader: handle seeking past end of index block |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | writer: fix logic error in offset tracking |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | Refactor block code for clean-up, tests, seek() fixes |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | increase size of rwtest data |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | Update API layout to use prelude |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | reader: remove debug print and unused CRC decoding |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | cargo-clippy lints |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | Give ReaderIter a Reader Clone for flexibility |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | WIP: working reader, with test |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | iter.rs: cargo fmt |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | writer: Move index update to data block write |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | Refactor reader code around Arc<impl AsRef<[u8]>> |
commit | commitdiff | tree | snapshot |
| 2024-08-06 |
Chris Mikkelson | experimental first cut at reader -- not working |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | writer: write in-progress block |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | metadata: read from file-like object instaed of buf |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | Flesh out writer, block builder, requirements |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | move block result, error to main lib |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | add metadata, compression |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | Refactor block, block_builder for readability, magic... |
commit | commitdiff | tree | snapshot |
| 2024-07-29 |
chris mikkelson | Break iter and source into separate modules. |
commit | commitdiff | tree | snapshot |
| 2024-07-29 |
chris mikkelson | source.rs: Remove unneeded GenSource trait |
commit | commitdiff | tree | snapshot |
| 2024-07-28 |
Chris Mikkelson | Rename GenericSource -> BoxedSource |
commit | commitdiff | tree | snapshot |
| 2024-07-24 |
Chris Mikkelson | Flesh out 'generic merger' test |
commit | commitdiff | tree | snapshot |
| 2024-07-23 |
Chris Mikkelson | Generic sources working after big refactor. |
commit | commitdiff | tree | snapshot |
| 2024-07-22 |
Chris Mikkelson | generic sources working, sort of, in test |
commit | commitdiff | tree | snapshot |
| 2024-07-22 |
Chris Mikkelson | WIP experiment dyn source |
commit | commitdiff | tree | snapshot |
| 2024-07-21 |
Chris Mikkelson | Refactor Source trait hierarchy |
commit | commitdiff | tree | snapshot |
| 2024-07-20 |
Chris Mikkelson | General cleanup, cargo-clippy fixes |
commit | commitdiff | tree | snapshot |
| 2024-07-20 |
Chris Mikkelson | pull out the non-working generic source bits |
commit | commitdiff | tree | snapshot |
| 2024-07-20 |
Chris Mikkelson | WIP of attempt to make a generic source |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | Add generic source wrapper for mixed mergers |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | fixed lifetime issue! ? |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | WIP commit: attempt to make Source object safe |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | merger: Remove all internal use of Box<dyn Iter> |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | Add support for Boxed dyn Iter objects |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | merger: remove Source paramater from Iter template. |
commit | commitdiff | tree | snapshot |
| 2024-07-16 |
Chris Mikkelson | Beginnings of reader and writer |
commit | commitdiff | tree | snapshot |
| 2024-07-14 |
Chris Mikkelson | Another refactor: back to mtbl C idioms |
commit | commitdiff | tree | snapshot |
| 2024-06-17 |
Chris Mikkelson | map values only; generic keys too complex |
commit | commitdiff | tree | snapshot |
| 2024-05-03 |
Chris Mikkelson | Seekable: relax Ord requirement on keys |
commit | commitdiff | tree | snapshot |
| 2024-05-03 |
Chris Mikkelson | SeekableVec: relax Copy requirement to Clone |
commit | commitdiff | tree | snapshot |
| 2024-04-29 |
Chris Mikkelson | Modify filter_map to only map values |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | cargo-clippy fixes |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Add coalesce (merge function) support |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | SeekableVec: add value type. |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Refactor imports for visibility. |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Move SeekableVec to module for test support |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Refactor to generic Seekable IntoIterator |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Remove lender dependency |
commit | commitdiff | tree | snapshot |
| 2024-04-18 |
Chris Mikkelson | format iter.rs |
commit | commitdiff | tree | snapshot |
| 2024-04-18 |
Chris Mikkelson | Convert AsRef template functions to use impl AsRef |
commit | commitdiff | tree | snapshot |
| 2024-04-12 |
Chris Mikkelson | iter: Genericize repeated IntoIterator implementations |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Entries::filter_seek -> Entries::filter |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Rename Iter to "entries" to avoid confusion with iterator. |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Iter -> Entries, prep for Iter: IntoIterator |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | iter: IterBox -> IterCell, private struct |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | make test output more readable |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Iter::filter_seek: consume source iterator |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | rustfmt |
commit | commitdiff | tree | snapshot |
| next |