Skip to content

issues Search Results · repo:yegor256/micromap language:Rust

Filter by

35 results
 (98 ms)

35 results

inyegor256/micromap (press backspace or delete to remove)

I didn t implement and benchmark this, but it potentially could be interesting: Let s have two arrays instead of one: pairs0: [MaybeUninit (K, V) ; N], // for keys whose first bit is 0 pairs1: ...
  • MCJOHN974
  • Opened 
    on Sep 4, 2024
  • #207

A safe API should never cause UB, implement an unsafe function like insert_unchecked instead.
  • FlareFlo
  • 1
  • Opened 
    on May 20, 2024
  • #193

Let s add https://github.com/jonhoo/flurry to the tests
enhancement
help wanted
  • yegor256
  • Opened 
    on Feb 21, 2024
  • #180

Let s get it back to 90%+
bug
help wanted
  • yegor256
  • 1
  • Opened 
    on Jan 10, 2024
  • #166

- https://crates.io/crates/heapless provides heapless::IndexMap and IndexSet
  • pinkforest
  • 4
  • Opened 
    on May 23, 2023
  • #121

Let s add support for no_std context
  • yegor256
  • 1
  • Opened 
    on Apr 30, 2023
  • #107

Cloning is not required for the core functionality of micromap as well as for HashMap, and this restriction can be removed from the many implementation blocks. The Clone constraint can be added separately ...
bug
  • Zefick
  • 1
  • Opened 
    on Apr 30, 2023
  • #104

At the moment, we don t drop() the keys/values. Maybe we should when we clear the map?
  • yegor256
  • 2
  • Opened 
    on Apr 30, 2023
  • #102

Let s implement it similar to how it s done in HashMap
bug
help wanted
  • yegor256
  • 2
  • Opened 
    on Apr 27, 2023
  • #95

  • yegor256
  • Opened 
    on Apr 27, 2023
  • #91
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub