routers-org
routers
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(costing): re-include class continuity costing
feat-new-costing-functions
7 days ago
fix(transition): remove unused import in costing
feat-new-costing-functions
7 days ago
feat: Employ Component Model for Viewer Application (#150) Ports the hastily-coded viewer app to use the component model I designed way back when I was regularly writing real-time applications in 2024. This makes it a bit easier to maintain and eases the burden on my eyes adding to the 7th indentation in a lib.rs file.. 😅 Immediate-mode UI isn't perfect, and it's rather difficult to deal with all the idiosyncrasies therein but it does a good job at enforcing code segmentation as a consequence, because it's simply easier to handle things one-at-a-time.
main
7 days ago
fix(viewer): remove example (from Cargo.toml too duh)
feat-viewer-component-model
7 days ago
fix(viewer): remove example
feat-viewer-component-model
7 days ago
fix(viewer): rip state into simpler interfaces
feat-viewer-component-model
7 days ago
fix(viewer): include timing info
feat-viewer-component-model
7 days ago
feat: Sharding Implementation (#148) An somewhat-agnostic sharding implementation that breaks down the road network into indivisible chunks, called shards. Each shard has an assigned ID which can be formatted in any which way that makes the most sense. For example, this could be a [geohash](https://www.geohash.es/browse), or a [quad-tree key](https://en.wikipedia.org/wiki/Quadtree?useskin=vector). Any further identification system can be supported by simply implementing the trait, etc. The shards themselves are most useful when combined with the `ShardWindow` structure which provides the ability to multiple shards, particularly in a centroid-neighbour strategy that allows nodes within distributed systems to own but have context of a certain geographic region.
main
8 days ago
Latest Branches
CodSpeed Performance Gauge
-70%
feat: New Costing Functions
#143
7 days ago
3f92365
feat-new-costing-functions
CodSpeed Performance Gauge
0%
feat: Employ Component Model for Viewer Application
#150
7 days ago
32c2f65
feat-viewer-component-model
CodSpeed Performance Gauge
0%
feat: Sharding Implementation
#148
8 days ago
3f21794
feat-sharding-crate
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs