Multi-ApplicationOnlineProfiling
2.1
|
This module contains the Common part of MALP. More...
Modules | |
Binary Tree | |
This is the binary tree topology used by MALP for its internal communications. | |
Bit Array | |
This is a bit array data structure implementation. | |
Bloom Filter | |
A bloom filter is a compact probabilistic data structure where elements can be added and where element existence can be queried. | |
Buffered FIFO | |
This is an implementation of a Buffered FIFO data storage. | |
Buffered LIFO | |
This is an implementation of a Buffered LIFO data storage. | |
CRC64 | |
CRC64 Implementation. | |
Chained List | |
This is an implementation of a chained list data storage. | |
Debug | |
Various debug utilities. | |
Hash Table | |
Hash Table implementation. | |
Hash Tree (not used ?) | |
Hash_Tree. | |
Spinlock | |
This is a spinlock implementation. | |
Timer | |
This is a set of functions used to measure time precisely. This timer is process wide. | |
Utils | |
Various utilities. | |
This module contains the Common part of MALP.
These are tools and utilities common to several other modules of MALP.