Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | analog/fastnoise: avoid modulo operation when picking indices | Marcus Müller | 2021-03-25 | 1 | -1/+1 |
| | | | | | | | | | When the pool is power-of-2-sized, index generation can be done using a simple bitmask. Document this, add logging info. - use unsigned and fixed-length int where due - avoid expensive integer modulo operation when possible - extract power-of-two constexpr - don't clutter the logs for small pool sizes Signed-off-by: Marcus Müller <marcus@hostalia.de> | ||||
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 1 | -1/+9 |
| | |||||
* | analog: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -0/+54 |