contain-rs / linked-hash-map

A HashMap wrapper that holds key-value pairs in insertion order
https://contain-rs.github.io/linked-hash-map/linked_hash_map/
Apache License 2.0
169 stars 60 forks source link

bump heapsize to 0.4 #85

Closed ignatenkobrain closed 7 years ago

FlashCat commented 7 years ago

Thanks for the pull request, and welcome! The contain-rs team is excited to review your changes, and you should hear from @huonw (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Gankra commented 7 years ago

Sorry, this stuff has been in maintenance mode for a while and finally getting around to this stuff.

I'm closing this in favour of https://github.com/contain-rs/linked-hash-map/pull/87 which has the necessary CI fixes in addition to these changes.