Parity Common Versions Save

Collection of crates used in Parity projects

parity-util-mem-v0.4.2

4 years ago
  • Implementation of MallocSizeOf for BTreeSet.#325

  • Split off implementation of MallocSizeOf for primitive-types. #323

primitive-types-v0.6.2

4 years ago
  • Expose to_hex and from_hex from impl-serde. #302

kvdb-memorydb-v0.3.0

4 years ago
  • InMemory key-value database now can report memory used (via MallocSizeOf). #292

kvdb-rocksdb-v0.4.0

4 years ago
  • Add I/O statistics for RocksDB. #294
  • Support querying memory footprint via MallocSizeOf trait. #292

kvdb-0.3

4 years ago
  • I/O statistics API. #294
  • Removed KeyValueDBHandler trait. #304

parity-util-mem-v0.4.0

4 years ago
  • Added implementation of MallocSizeOf for non-std hashbrown::HashMap and lru::LRUMap. #293
  • Introduced our own version of #[derive(MallocSizeOf)] #291
  • Added implementation of MallocSizeOf for parking_lot locking primitives. #290
  • Added default implementation of MallocSizeOf for tuples up to 12. #300

fixed-hash-v0.2.5

5 years ago
  • Deprecated some items that will be removed in the upcoming 0.3 release