mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +02:00
- Operations are now stored locally in memory. All operations are tied to an HLC (Hybrid Logical Clock), making it possible to order them concistently. - Messages are handled in their `on*` methods, leading to a clearer implementation. - When a new peer joins, it asks a random peer for the list of operations, and re-apply them locally. - Messages types names have been updated to follow CamelCase, and to be similar across the client and the server. - Pass `sync=False` to `makeFeature` in the updaters, to avoid generating duplicate operations on message retrieval. |
||
---|---|---|
.. | ||
fixtures | ||
integration | ||
__init__.py | ||
base.py | ||
conftest.py | ||
settings.py | ||
test_clean_tilelayer.py | ||
test_datalayer.py | ||
test_datalayer_views.py | ||
test_licence.py | ||
test_map.py | ||
test_map_views.py | ||
test_merge_features.py | ||
test_statics.py | ||
test_team_views.py | ||
test_tilelayer.py | ||
test_utils.py | ||
test_views.py | ||
test_websocket_server.py |