mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-28 07:00:51 +03:00
918a5055ff
Using floats turned out to be a bad idea, as it broke subtely if the needed precision was too large. This PR replaces the implementation with one that uses fractions and stores them in the database as two integers. |
||
---|---|---|
.. | ||
caches | ||
__init__.py | ||
test_dict_cache.py | ||
test_expiring_cache.py | ||
test_file_consumer.py | ||
test_katriel_bodlaender.py | ||
test_limiter.py | ||
test_linearizer.py | ||
test_logcontext.py | ||
test_logformatter.py | ||
test_lrucache.py | ||
test_rwlock.py | ||
test_snapshot_cache.py | ||
test_treecache.py | ||
test_wheel_timer.py |