1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
no speed improvements when doing modulo via bit ops
Peter K
as Peter
More... over 12 years ago
moved priorities to separate graph class
Peter K
as Peter
More... over 12 years ago
finally again able to route on full germany - now without subnetworks
Peter K
as Peter
More... over 12 years ago
less logging while testing
Peter K
as Peter
More... over 12 years ago
switched back to log4j as the others are ugly to configure. probably we should try logback somewhen
Peter K
as Peter
More... over 12 years ago
introduced edge segments which is slightly slower 3% but more robust memory allocation for big graphs
Peter K
as Peter
More... over 12 years ago
made several change for perf tests
Peter K
as Peter
More... over 12 years ago
moved perf test in integrationtest class too
Peter K
as Peter
More... over 12 years ago
fixed bug in memorygraph's regarding delete nodes and 2 calls optimize;; added cleanup to osmreader
Peter K
as Peter
More... over 12 years ago
bug fix for inPlace deleting in memorygraphsafe
Peter K
as Peter
More... over 12 years ago
added test for bitsetimpl; fixed clone bug in memorygraphsafe; implemented memory efficient delete for memorygraphsafe; moved several memorygraph stuff to memorygraphsafe
Peter K
as Peter
More... over 12 years ago
moving specialized classes into own package
Peter K
as Peter
More... over 12 years ago
tried FastMath, but no measureable difference
Peter K
as Peter
More... over 12 years ago
fixing major memory wasting problem in memorygraphsafe
Peter K
as Peter
More... over 12 years ago
tuning routing integration to be more precise; faster astar
Peter K
as Peter
More... over 12 years ago
minor astar tuning
Peter K
as Peter
More... over 12 years ago
fixed another problem in astar; added integration tests to avoid that in the future
Peter K
as Peter
More... over 12 years ago
fixed major bug in astar. thanks to ui debugging
Peter K
as Peter
More... over 12 years ago
made astar debuggable
Peter K
as Peter
More... over 12 years ago
remove ensureCapacity as it should be done internally to the graph implementation
Peter K
as Peter
More... over 12 years ago
major: moving from addNode to setNode which makes it easier to overwrite existing values
Peter K
as Peter
More... over 12 years ago
memorygraphsafe: empty link is now 0 and not -1
Peter K
as Peter
More... over 12 years ago
fixed bug in save/load
Peter K
as Peter
More... over 12 years ago
fixed bug in save/load
Peter K
as Peter
More... over 12 years ago
use deci meter precision
Peter K
as Peter
More... over 12 years ago
tuning to import germany; removed lucene dependency and some more unused test deps
Peter K
as Peter
More... over 12 years ago
ups, too less mem
Peter K
as Peter
More... over 12 years ago
fine tuning
Peter K
as Peter
More... over 12 years ago
created a new primitive based bi-dijkstra implementation
Peter K
as Peter
More... over 12 years ago
fixed bug in mem safe storage
Peter K
as Peter
More... over 12 years ago