Skip to content

Commit 44de91d

Browse files
committed
Update README
1 parent f1d7f44 commit 44de91d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Similar to how [Thrust](https://github.com/thrust/thrust) and [CUB](https://gith
1515

1616
### Major Updates
1717

18-
__02/03/2026__ Removed legacy `dynamic_map` implementation
19-
20-
__02/02/2026__ Promoted `cuco::experimental::dynamic_map` to `cuco::dynamic_map`
18+
__02/03/2026__ Modernized `dynamic_map`: promoted `cuco::experimental::dynamic_map` to `cuco::dynamic_map` and removed the legacy implementation
2119

2220
__01/30/2026__ Removed legacy `static_multimap` implementation and promoted `cuco::experimental::static_multimap` to `cuco::static_multimap`
2321

@@ -248,7 +246,7 @@ We plan to add many GPU-accelerated, concurrent data structures to `cuCollection
248246

249247
### `dynamic_map`
250248

251-
`cuco::dynamic_map` links together multiple `cuco::static_map`s to provide a hash table that can grow as key-value pairs are inserted. It currently only provides host-bulk APIs. See the Doxygen documentation in `dynamic_map.cuh` for more detailed information.
249+
`cuco::dynamic_map` links together multiple `cuco::static_map`s to provide a hash table that can grow as key-value pairs are inserted. It supports `insert`, `insert_or_assign`, `erase`, `find`, `contains`, and `retrieve_all` operations via host-bulk APIs with kernel-based implementations for optimal performance. See the Doxygen documentation in `dynamic_map.cuh` for more detailed information.
252250

253251
#### Examples:
254252
- [Host-bulk APIs (TODO)]()

0 commit comments

Comments
 (0)