tor/changes/bug24688
Nick Mathewson e0809ec5f5 Prefer 32-bit implementation for timing wheels on 32-bit systems.
This might make our timing-wheel code a tiny bit faster there.

Closes ticket 24688.
2018-04-09 15:21:10 -04:00

4 lines
182 B
Plaintext

o Minor features (performance, 32-bit):
- Make our timing-wheel code run a tiny bit faster on 32-bit platforms,
by preferring 32-bit math to 64-bit. Closes ticket 24688.