Ecosyste.ms: Issues

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

GitHub / JesperAxelsson/rust-intmap issues and pull requests

#65 - Refactor CI

Pull Request - State: closed - Opened by jakoschiko 29 days ago - 2 comments

#64 - Migrate benches to divan

Pull Request - State: open - Opened by jakoschiko about 1 month ago - 11 comments

#63 - Support more integer types

Pull Request - State: open - Opened by jakoschiko about 2 months ago - 5 comments

#62 - Use benchmark lib that doesn't require nightly Rust

Issue - State: open - Opened by jakoschiko about 2 months ago

#61 - Support more integer types

Issue - State: open - Opened by jakoschiko about 2 months ago

#60 - Improve doc

Pull Request - State: closed - Opened by jakoschiko about 2 months ago - 2 comments

#59 - Improve documentation of load factor

Pull Request - State: closed - Opened by jakoschiko about 2 months ago

#58 - Test examples from the README

Pull Request - State: closed - Opened by jakoschiko about 2 months ago

#57 - Use `SmallVec` for better performance

Issue - State: open - Opened by jakoschiko about 2 months ago - 3 comments

#56 - Expose `Iterator` types

Issue - State: open - Opened by jakoschiko about 2 months ago - 5 comments

#55 - Add test with random operations

Pull Request - State: closed - Opened by jakoschiko about 2 months ago

#54 - Improve integration tests and CI

Pull Request - State: closed - Opened by jakoschiko about 2 months ago - 4 comments

#53 - Add cargo.lock and min rust version

Pull Request - State: closed - Opened by JesperAxelsson 2 months ago

#52 - CI is failing

Issue - State: closed - Opened by jakoschiko 2 months ago

#51 - Make IntMap::new const

Pull Request - State: closed - Opened by jakoschiko 2 months ago - 7 comments

#50 - Forbid unsafe code

Pull Request - State: closed - Opened by jakoschiko 2 months ago

#49 - Memory allocation in `IntMap::new`

Issue - State: closed - Opened by jakoschiko 2 months ago - 2 comments

#48 - Update README.md

Pull Request - State: closed - Opened by JesperAxelsson 2 months ago

#47 - add ahashmap and a no-op hash variant to benchmarks

Pull Request - State: closed - Opened by coderedart 3 months ago - 2 comments

#46 - Is hashmap in the standard library optimized

Issue - State: closed - Opened by yyy33 7 months ago - 1 comment

#45 - How was the prime number chosen?

Issue - State: closed - Opened by inorick over 1 year ago - 2 comments

#44 - Update README.md

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

#43 - Implement clippy hints

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

#42 - Implement insert matching std::hashmap

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

#41 - Merge returns in indices(); replace for with iter

Pull Request - State: closed - Opened by chinoto over 2 years ago - 1 comment

#40 - clippy

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

#39 - Add benchmark for resizing cache

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

#38 - Swap collections instead of moving contents

Pull Request - State: closed - Opened by chinoto over 2 years ago - 1 comment

#37 - fix: PartialEq implementation checked inclusion, not equality

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

#36 - feat: implement Default for IntMap

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

#35 - Clean up some branching in get and remove

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

#34 - Change load factor

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

#33 - Leverage existing iterator adapters

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

#32 - chore: add a simple CI action for each pull request

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

#31 - Make loops tidier

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

#30 - feat: optional serde support

Pull Request - State: closed - Opened by roman-kashitsyn over 2 years ago - 3 comments

#29 - rustfmt

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

#28 - Improve doc of IntMap::insert

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

#27 - Add Entry API

Pull Request - State: closed - Opened by jakoschiko over 2 years ago - 3 comments

#26 - IntMap::insert has unexpected behaviour

Issue - State: closed - Opened by jakoschiko over 2 years ago - 4 comments

#25 - Implemented retain function, with doctest

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

#24 - Implement `retain()`

Issue - State: closed - Opened by orottier almost 3 years ago

#23 - Implement some traits, add drain, values_mut and reserve

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

#22 - Update README.md

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

#21 - Missing crates.io badge

Issue - State: closed - Opened by kotauskas over 4 years ago - 1 comment

#20 - V0.6.0

Pull Request - State: closed - Opened by JesperAxelsson almost 5 years ago

#19 - Implement extend

Pull Request - State: closed - Opened by JesperAxelsson almost 5 years ago

#18 - Method `append`?

Issue - State: closed - Opened by ice1000 almost 5 years ago - 6 comments

#17 - Implement trait IntoIter (issue #14)

Pull Request - State: closed - Opened by drjokepu about 5 years ago

#16 - Implement trait Extend

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#15 - Implement trait FromIterator

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#14 - Implement trait IntoIter

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#13 - Implement trait Debug

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#12 - Implement trait Clone()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#11 - Implement trait Eq

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#10 - Implement trait PartialEq

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#9 - Implement reserve()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#8 - Implement is_empty()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#7 - Implement drain()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#6 - Implement iter_mut()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#5 - Implement iter()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#4 - Implement entry()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago - 4 comments

#3 - Implement values_mut()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#2 - Implement values()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago

#1 - keys()

Issue - State: closed - Opened by JesperAxelsson almost 8 years ago