This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Commit 1574682
authored
Initial version of ConcurrentDict container via TBB hashmap (#972)
* Initial version of ConcurrentDict container via TBB hashmap
Motivation: SDC relies on typed.Dict implementation in many core
pandas algorithms, and it doesn't support concurrent read/writes.
To fill this gap we add ConcurrentDict type which will be used if
threading layer is TBB.
* Fixing PEP and updating failing import
* Fixing builds, warnings and complying to C++11 syntax
* Fixing PEP and review comments #1
* Fixing remarks #2
* Applying remarks #31 parent 5ea7a17 commit 1574682
File tree
8 files changed
+3543
-1
lines changed- sdc
- extensions
- native
- tests
8 files changed
+3543
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments