| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Various complaints found in AppVeyor build. | Garrett D'Amore | 2017-01-16 |
| | | |||
| * | More structure allocation macro conversion. | Garrett D'Amore | 2017-01-02 |
| | | |||
| * | Avoid C99 initialization; cmake 3.1/3.2 doesn't pass -std=c99? | Garrett D'Amore | 2016-12-31 |
| | | |||
| * | Richer tests and fixes for idhash. Also dynamically allocate idhash. | Garrett D'Amore | 2016-12-29 |
| | | |||
| * | Test suite for idhash, fix symbol errors, and value changing. | Garrett D'Amore | 2016-12-29 |
| | | |||
| * | Implementation of an id hash for hashing pipes by ID. | Garrett D'Amore | 2016-12-29 |
| We use some hints from Python's dict implementation, using an open addressing scheme, and just ripping off the lower bits as needed. Since we assign IDs consecutively, this should work well. We shrink the table when it is only 1/8 full, and we ensure that we grow the table when it is 2/3 full. (The growth will start by at minimum doubling the required size.) | |||
