emirpasic / gods

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
Other
16.43k stars 1.78k forks source link

Data structures that support concurrent R/W #261

Open Cyxxxxx opened 4 months ago

Cyxxxxx commented 4 months ago

Is this project planning to add some data structures that support concurrent R/W? Like the ConcurrentHashMap and CopyOnWriteArrayList in Java.

fentwo3 commented 2 months ago

Tbh I really hope this be a std lib one day.