libpy
libpy copied to clipboard
ENH: Add wrappers for abseil containers
Closes https://github.com/quantopian/libpy/issues/172.
Still WIP - need to add:
- [ ] absl::btree_multimap
- [ ] absl::btree_multiset
- [ ] absl::flat_hash_map
- [ ] absl::flat_hash_set
- [ ] absl::node_hash_map
- [ ] absl::node_hash_set
Having weird symbol not found issues trying to get any of the hash maps to run. Going to pause on this all for now.