Pinned issues
Issues
- 0
- 2
Automatically disable atomic64 feature on known 32-bits Platforms that fail to compile
#465 opened by zonyitoo - 7
Feature Request: Alternative compute API that skips if other thread/async task is already computing for the key
#433 opened by tatsuya6502 - 0
- 6
- 1
CI: Â pinning `proc-macro2` in test(nightly) results in dependency resolution failure.
#461 opened by xuehaonan27 - 0
- 0
function to evict one item
#459 opened by trinity-1686a - 1
- 10
- 2
Support TTL and TTI jitter
#453 opened by chebbyChefNEQ - 1
Unexpected behavior with LRU
#448 opened by ilshatahatov - 0
Use SIEVE as underlying LRU?
#446 opened by Swatinem - 0
The `once_cell` dependency should be optional
#427 opened by tatsuya6502 - 0
CI: Run Linux arm64 tests only once a week on `arm1.small` instance at AWS CodeBuild
#443 opened by tatsuya6502 - 2
Should Moka work in WASM?
#423 opened by rogusdev - 12
- 3
- 0
Latest triomphe update breaks MSRV
#425 opened by eaufavor - 2
- 2
Refactoring: Cache policy implementations
#389 opened by tatsuya6502 - 3
- 2
CI: Kani verifier v0.49.0 uses Rust `nightly-2024-03-29`, which cannot compile `proc-macro2@1.0.80`
#418 opened by tatsuya6502 - 2
Consider switching to TinyUFO
#411 opened by zaidoon1 - 14
- 1
Miri errors on the `timer_wheel` module. (Miri v0.1.0 8b2459c1 2024-04-09)
#414 opened by tatsuya6502 - 3
Unable to use moka when miri testing
#407 opened by Skye-31 - 3
Crash in iOS
#406 opened by ssrlive - 6
- 0
- 5
entries are leaked when sync::Cache is dropped
#383 opened by igorzi - 0
Add support for something like an event handler, which can be used to refresh expiring entry?
#381 opened by tatsuya6502 - 2
- 1
- 7
need to manually `run_pending_tasks()` to trigger eviction_listener callback.
#349 opened by unikzforce - 6
Question about using `Arc` as a cache value
#372 opened by rtdavis22 - 0
Remove deprecated methods: `get_with_if`, `get_or_insert_with` and `get_or_try_insert_with` (v0.13.0)
#374 opened by tatsuya6502 - 4
wasm compatibility - change Expiry to avoid needing std::time::Instant::now()
#321 opened by lorepozo - 3
Can Moka combine entries ?
#353 opened by lynn2910 - 7
With Rust 1.73.0, some unit tests started to fail for `mips-unknown-linux-musl` target
#333 opened by tatsuya6502 - 1
Feature request: `run_pending_tasks` method to optionally take the max number of entries to process in a call
#346 opened by tatsuya6502 - 3
CI: Temporary disable CirrusCI
#315 opened by tatsuya6502 - 14
Entry count never reaches zero even when calling run_pending_tasks() in a loop [moka future 0.12]
#345 opened by peter-scholtens - 3
[BUG] time_to_idle not working as expected
#359 opened by sattva9 - 3
Item be evicted before reaching the TTL
#358 opened by cubicYYY - 1
Starting Nov 22, 2023, replies to questions and other inquiries will be delayed
#352 opened by tatsuya6502 - 13
Memory leak in moka 0.12
#329 opened by Swatinem - 2
Reason for `Arc<Error>`
#328 opened by Palmik - 0
Tracking issue for restoring cache state from backed up entries and a snapshot of the LFU filter
#327 opened by tatsuya6502 - 1
An internal `do_insert_with_hash` method gets the current `Instant` too early when eviction listener is enabled
#322 opened by tatsuya6502