#stats #log #lsm #database #discard

no-std dtlog

A log for tracking discard stats of multi-files databases

2 releases

0.1.1 Oct 8, 2024
0.1.0 Sep 29, 2024

#141 in Database implementations

Download history 123/week @ 2024-09-23 73/week @ 2024-09-30 191/week @ 2024-10-07

387 downloads per month

MIT/Apache

98KB
1.5K SLoC

dtlog

A log for tracking discard stats of multi-files databases.

github LoC Build codecov

docs.rs crates.io crates.io license

English | 简体中文

Installation

  • Default

    [dependencies]
    dtlog = "0.1"
    
  • use without std (alloc required)

    [dependencies]
    dtlog = { version = "0.1", default-features = false, features = ["alloc"] }
    

Examples

Please see examples.

License

dtlog is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2024 Al Liu.

Dependencies

~3–11MB
~142K SLoC