v0.17.0 #995
MrCroxx
announced in
Announcements
v0.17.0
#995
Replies: 1 comment
-
Thank you, @yihong0618 and @Xuanwo . 🥰 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Releases
Changes
ephemeral
,hint
,location
intoCacheProperties
andHybridCacheProperties
, useinsert_with_properties()
andfetch_with_properties()
for setting them.foyer < v0.17.0
: Repleace.insert_with_hint(..)
,.insert_ephemeral(..)
, etc withinsert_with_properties(..)
andfetch_with_properties(..)
.foyer < v0.17.0
: Enable by.with_flush_on_close(true)
with the hybrid cache builder.foyer < v0.17.0
: Please set io throttling for device, instead of usingRateLimiterAmissionPicker
.fetch(..)
interface for the disk cache.foyer < v0.17.0
: Use.fetch_with_properties(..)
API and set thelocation
ofHybridCacheProperties
toLocation::OnDisk
.builder()
API forCache
andHybridCache
to create builders.tracing
feature.mixtrics
tov0.1
.Latest
foyer-bench
usage:What's Changed
DeviceStats
andStatistics
by @MrCroxx in refactor: unifyDeviceStats
andStatistics
#937evict_all
for in-mem cache by @MrCroxx in feat: supportevict_all
for in-mem cache #899fastrace
dep without featuretracing
by @MrCroxx in refactor: opt outfastrace
dep without featuretracing
#992Full Changelog: v0.16.1...v0.17.0
This discussion was created from the release v0.17.0.
Beta Was this translation helpful? Give feedback.
All reactions