• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moka-rs / moka / #113

Builds Branch Commit Type Ran Committer Via Coverage
#113 weight-based-eviction Size-aware cache management Copy a unit test size_aware_admission from sync::Cache to future::Cache. push 16 Aug 2021 11:04PM UTC tatsuya6502 circle-ci pending completion   set done
#112 weight-based-eviction Size-aware cache management - Add `weighter` method to the `CacheBuilder`s. - Add unit tests for `sync::Cache` with weighter closure registered. push 16 Aug 2021 02:55PM UTC tatsuya6502 circle-ci pending completion   set done
#111 weight-based-eviction Size-aware cache management - Fix a bug in admit method to go into an infinite loop when the LRU entry has been concurrently invalidated. - Also add a retry limit to admit method. push 15 Aug 2021 04:52PM UTC tatsuya6502 circle-ci pending completion   set done
#110 weight-based-eviction Fix typos in source code comments push 15 Aug 2021 03:24PM UTC tatsuya6502 circle-ci pending completion   set done
#109 weight-based-eviction Minor refactoring - Rename KeyValueEntry struct to KVEntry. - Updated WriteOp::Remove enum variant to store KVEntry. push 15 Aug 2021 03:21PM UTC tatsuya6502 circle-ci pending completion   set done
#108 weight-based-eviction Size-aware cache management In order to reduce chances to pollute the cache main space, restore the old admission behavior, which requires the candidate frequency must be higher than the aggregated frequency of potential victims. push 15 Aug 2021 03:00PM UTC tatsuya6502 circle-ci pending completion   set done
#107 weight-based-eviction Size-aware cache management - Rename many internal items, for example: - TotalCost struct -> WeightedSize struct - cost() method -> weigh() method - cost variable -> policy_weight variable - NOTE: Cost usually means the miss penal... push 15 Aug 2021 02:16PM UTC tatsuya6502 circle-ci pending completion   set done
#106 weight-based-eviction Support cost-based eviction - Rename an internal structure TotalWeight to TotalCost. - Lightly refactored. push 15 Aug 2021 10:28AM UTC tatsuya6502 circle-ci pending completion   set done
#105 weight-based-eviction Support weight-based (cost-based) eviction and unbound cache - Implement aggregated victims strategy for cost-based eviction. - Rename max_entry back to max_capacity, and remove an optional max_weight field from InnerCache. push 15 Aug 2021 09:46AM UTC tatsuya6502 circle-ci pending completion   set done
#104 weight-based-eviction Add some source code comments push 15 Aug 2021 03:07AM UTC tatsuya6502 circle-ci pending completion   set done
#103 weight-based-eviction Temporary disable the CI for MSRV 1.45.2 It is currently failing because bitflags v1.3.1 is incompatible with the MSRV. This issue will be addressed by another pull request. push 15 Aug 2021 02:56AM UTC tatsuya6502 circle-ci pending completion   set done
#102 fix-ci-bitflags Use bitflags v1.2.1 in the CI for MSRV 1.45.2 push 15 Aug 2021 02:26AM UTC tatsuya6502 circle-ci pending completion   set done
#101 fix-ci-bitflags Use bitflags v1.2.1 in the CI for MSRV 1.45.2 push 15 Aug 2021 02:23AM UTC tatsuya6502 circle-ci pending completion   set done
#100 weight-based-eviction Fix the CI on MSRV 1.45.2 push 09 Aug 2021 03:52PM UTC tatsuya6502 circle-ci pending completion   set done
#99 weight-based-eviction Support weight-based (cost-based) eviction and unbound cache - Add `total_weight` field and optional `max_weight` and `weighter` closure fields to `InnerCache`. - Rename `max_capacity` to `max_entries` and make it optional. - Update `sync` and ... push 09 Aug 2021 03:43PM UTC tatsuya6502 circle-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc