1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
introduced mysortedcollection to speed up sortedNodes.remove(Object)
Peter K
as Peter
More... over 12 years ago
improved CH to test it with real data
Peter K
as Peter
More... over 12 years ago
moved to faster one2many algo
Peter K
as Peter
More... over 12 years ago
way to contraction hierarchies
Peter K
as Peter
More... over 12 years ago
remove optional map as it is not really an enhancement
Peter K
as Peter
More... over 12 years ago
fixed bug
Peter K
as Peter
More... over 12 years ago
moved to graphhopper.com and formatted source code
Peter K
as Peter
More... over 12 years ago
moved to graphhopper.com and formatted source code
Peter K
as Peter
More... over 12 years ago
replaced clone with copyTo in Graph interface
Peter K
as Peter
More... over 12 years ago
added index test
Peter K
as Peter
More... over 12 years ago
improved fill empty slots for simple loc2id index; added bitset test; fixed incorrect routingalgo tests
Peter K
as Peter
More... over 12 years ago
updated readme
Peter K
as Peter
More... over 12 years ago
finally making graph sorting working. implemented less complicated sorting via DFS+BFS
Peter K
as Peter
More... over 12 years ago
added a simplistic graph for 3d stuff
Peter K
as Peter
More... over 12 years ago
fixed mail
Peter K
as Peter
More... over 12 years ago
added ability to sort the graph but somehow we get slower execution from it. to be investigated
Peter K
as Peter
More... over 12 years ago
tried astar-bidirection with priority graph. nicely fast
Peter K
as Peter
More... over 12 years ago
new travis location
Peter K
as Peter
More... over 12 years ago
introducing a approximation factor for bidirectional a*
Peter K
as Peter
More... over 12 years ago
astarbi -> finish condition is problematic
Peter K
as Peter
More... over 12 years ago
added astar bidirection
Peter K
as Peter
More... over 12 years ago
fixed missing ensureCapacity code
Peter K
as Peter
More... over 12 years ago
CalcDistance -> DistanceCalc refactoring
Peter K
as Peter
More... over 12 years ago
MAJOR: removed lucene (without performance loss)
Peter K
as Peter
More... over 12 years ago
tried out different primitive collection apis
Peter K
as Peter
More... over 12 years ago
removed directory.clear as it is not carefully designed
Peter K
as Peter
More... over 12 years ago
added storage=mmap
Peter K
as Peter
More... over 12 years ago
make licensing more clear
Peter K
as Peter
More... over 12 years ago
minor fix to enable correct java opts
Peter K
as Peter
More... over 12 years ago
implemented prioritygraph with new GraphStorage. more elegant. all tests pass
Peter K
as Peter
More... over 12 years ago