An open source method of characteristics neutron transport code.
|
A thread-safe hash map supporting insertion and lookup operations. More...
Go to the source code of this file.
Classes | |
class | FixedHashMap< K, V > |
A fixed-size hash map supporting insertion and lookup operations. More... | |
class | ParallelHashMap< K, V > |
A thread-safe hash map supporting insertion and lookup operations. More... | |
A thread-safe hash map supporting insertion and lookup operations.
The parallel hash map is built on top of a fixed-sized hash map object and features OpenMP concurrency structures. The underlying fixed-sized hash map handles collisions with chaining.