Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / marmeladema/clru-rs issues and pull requests

#61 - Release 0.6.2

Pull Request - State: closed - Opened by marmeladema 9 months ago

#60 - Make `contains` take `&self` instead of `&mut self`

Pull Request - State: closed - Opened by marmeladema 9 months ago

#59 - Fix multiple bound locations lint

Pull Request - State: closed - Opened by marmeladema 9 months ago

#58 - drop "MIT License" line from LICENSE

Pull Request - State: closed - Opened by martinvonz about 1 year ago - 1 comment

#57 - Fix newly introduced clippy lint

Pull Request - State: closed - Opened by marmeladema over 1 year ago

#56 - Make `contains` take `&self` instead of `&mut self`.

Pull Request - State: closed - Opened by calmofthestorm over 1 year ago - 2 comments

#55 - Release 0.6.1

Pull Request - State: closed - Opened by marmeladema about 2 years ago

#54 - Properly reset weight when clearing

Pull Request - State: closed - Opened by marmeladema about 2 years ago

#53 - Reset weight when clearing

Pull Request - State: closed - Opened by mattfbacon about 2 years ago - 3 comments

#52 - Allow get_mut despite custom weight scale

Issue - State: closed - Opened by mattfbacon about 2 years ago - 4 comments

#51 - Release 0.6.0

Pull Request - State: closed - Opened by marmeladema over 2 years ago

#50 - Optimize `move_front`

Pull Request - State: closed - Opened by marmeladema over 2 years ago

#49 - Introduce `FixedSizeList::move_front`

Pull Request - State: closed - Opened by marmeladema over 2 years ago

#48 - Inline some small methods

Pull Request - State: closed - Opened by marmeladema over 2 years ago

#46 - Move `FixedSizeList` to its own file

Pull Request - State: closed - Opened by marmeladema almost 3 years ago

#45 - Manually implement `Sync` trait for `CLruCache`

Pull Request - State: closed - Opened by marmeladema over 3 years ago - 4 comments

#44 - Release 0.5.0

Pull Request - State: closed - Opened by marmeladema over 3 years ago

#43 - Add `Sync` version

Issue - State: closed - Opened by XAMPPRocky over 3 years ago - 3 comments

#42 - Implement `Extend` for `CLruCache<K, V, S, ZeroWeightScale>`

Pull Request - State: closed - Opened by marmeladema almost 4 years ago

#41 - Implement `FromIterator` trait for `CLruCache<K, V, S, ZeroWeightScale>`

Pull Request - State: closed - Opened by marmeladema almost 4 years ago

#40 - Manually implement `Send` trait for `CLruCache`

Pull Request - State: closed - Opened by marmeladema almost 4 years ago - 1 comment

#39 - Send trait implementation

Issue - State: closed - Opened by xfix almost 4 years ago - 3 comments

#38 - Add code coverage

Issue - State: open - Opened by marmeladema almost 4 years ago

#37 - Implement `IntoIterator` for arbitrary weighted cache and add tests

Pull Request - State: closed - Opened by marmeladema almost 4 years ago

#36 - Release 0.4.0

Pull Request - State: closed - Opened by marmeladema almost 4 years ago

#35 - Update README for new weighted cache semantic

Pull Request - State: closed - Opened by marmeladema almost 4 years ago

#34 - Fix test broken by change of `CLruCache::new` constructor

Pull Request - State: closed - Opened by marmeladema almost 4 years ago

#33 - Fix resize operation broken since 6f4a0d0

Pull Request - State: closed - Opened by marmeladema almost 4 years ago

#32 - Implement weighted lru cache semantic (take 2)

Pull Request - State: closed - Opened by marmeladema almost 4 years ago - 6 comments

#31 - Split capacity and pre-allocation concept

Pull Request - State: closed - Opened by marmeladema almost 4 years ago - 1 comment

#30 - Introduce `(try_)put_or_modify` APIs

Pull Request - State: closed - Opened by marmeladema almost 4 years ago

#29 - Introduce `Entry` API

Issue - State: open - Opened by marmeladema almost 4 years ago - 1 comment

#28 - Decouple the notion of maximum cache capacity and pre-allocated memory capacity

Issue - State: closed - Opened by marmeladema almost 4 years ago - 1 comment

#27 - Weighted lru 2

Pull Request - State: closed - Opened by maurolacy about 4 years ago - 4 comments

#26 - Test LRU behaviour explicitly

Pull Request - State: closed - Opened by maurolacy about 4 years ago

#25 - How to access LruCache<&'a str, String> with the key of String?

Issue - State: closed - Opened by wfxr about 4 years ago - 4 comments

#24 - Implement weighted lru cache semantic

Pull Request - State: closed - Opened by marmeladema about 4 years ago - 3 comments

#23 - Introduce `CLruNode` instead of 2-tuple `(key, value)`

Pull Request - State: closed - Opened by marmeladema about 4 years ago

#22 - Release 0.3.0

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#21 - Implement `IntoIterator` for (im)mutable reference to `CLruCache`

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#19 - Create draft API for element weights

Pull Request - State: closed - Opened by webmaster128 over 4 years ago - 1 comment

#18 - Implement `IntoIterator` for `CLruCache`

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#17 - Add `CLruCache::retain` similar to `HashMap::retain`

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#16 - Release 0.2.1

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#15 - Fix wrong debug assertion in `CLruCache::is_full`

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#14 - Release 0.2.0

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#12 - Add methods to pop from front and back of the cache

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#11 - Allow limiting by memory limit instead of item count

Issue - State: closed - Opened by webmaster128 over 4 years ago - 10 comments

#10 - Add `CLruCache::resize` API

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#9 - Reduce the scope of unsafe code for iterators

Pull Request - State: closed - Opened by webmaster128 over 4 years ago - 2 comments

#8 - Does the order of elements in FixedSizeList::free matter?

Issue - State: closed - Opened by webmaster128 over 4 years ago - 3 comments

#7 - Resize API

Issue - State: closed - Opened by marmeladema over 4 years ago

#6 - Improve README

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#5 - Add missing documentation and enable `missing_docs` lint

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#4 - Check code formatting in CI

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#3 - Run tests with sanitizers in CI

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#2 - Run tests with `miri` in CI

Pull Request - State: closed - Opened by marmeladema over 4 years ago

#1 - Enable `clippy` in CI

Pull Request - State: closed - Opened by marmeladema over 4 years ago