aboutsummaryrefslogtreecommitdiff
path: root/src/memory.c
AgeCommit message (Collapse)Author
2020-04-10Rewrite work spreading between threadsMarat Dukhan
- Avoid word x word -> doubleword multiplication - Avoid doubleword / word -> word division - Replace remaining division with multiplication via FXdiv - Improve portability through removal of platform-dependent multiply_divide function
2020-04-07Windows implementation using EventsMarat Dukhan
2020-04-01Refactor pthreadpool implementationMarat Dukhan
Split implementation into two types of components: - Components dependent on threading API - Portable components