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 more memory friendly edgeiditerator, all tests passing
Peter K
as Peter
More... over 12 years ago
Revert "moved edges stuff into separate class"
Peter K
as Peter
More... over 12 years ago
moved edges stuff into separate class
Peter K
as Peter
More... over 12 years ago
skip sleep before dijkstra
Peter K
as Peter
More... over 12 years ago
avoid filling refToEdges with -1 and ensure that edgepointer start with pos values; removed priorities; moved deleted nodes to more memory efficient open bitset
Peter K
as Peter
More... over 12 years ago
minor refactoring
Peter K
as Peter
More... over 12 years ago
fixed incompatibility to perf prj
Peter K
as Peter
More... over 12 years ago
minor cleanup; increase factor for memgraph too
Peter K
as Peter
More... over 12 years ago
moved again to embedded distances array as length was calculated too big (should be pointer/LEN_EDGE, was pointer)
Peter K
as Peter
More... over 12 years ago
removed locks and using separate distance array to give a minor speed up for now
Peter K
as Peter
More... over 12 years ago
added some more locks; without all locks our new graph is only 10% slower then in-memory. probably due to float conversion
Peter K
as Peter
More... over 12 years ago
tried new storage. it is as slow as mmap graph
Peter K
as Peter
More... over 12 years ago
ran findbugs
Peter K
as Peter
More... over 12 years ago
minor readme
Peter K
as Peter
More... over 12 years ago
made all tests passing
Peter K
as Peter
More... over 12 years ago
refactored 'location' into 'node' of Graph interface
Peter K
as Peter
More... over 12 years ago
added new in-memory graph structure with some nice features
Peter K
as Peter
More... over 12 years ago
added double to bitutil
Peter K
as Peter
More... over 12 years ago
when using approx distance calculation quadtree search is about 30% faster
Peter K
as Peter
More... over 12 years ago
fixing some minor glitches; created approxcalcdistance to be more pluggable
Peter K
as Peter
More... over 12 years ago
implemented the same for tinkergraph; even worse than neo4j; memory consumption a way too much (>1g for our 1mio nodes example)
Peter K
as Peter
More... over 12 years ago
commented tests which need a unidirectional difference and thus will fail for neo4j
Peter K
as Peter
More... over 12 years ago
minor perf improvement for neo4j
Peter K
as Peter
More... over 12 years ago
finally get the same results for dijkstra with neo4j too but perf is still 8 times slower
Peter K
as Peter
More... over 12 years ago
avoid id index and convert between neo4j and our id
Peter K
as Peter
More... over 12 years ago
more improvements but still hellish slow and dijkstra does not work
Peter K
as Peter
More... over 12 years ago
first successfully neo4j import
Peter K
as Peter
More... over 12 years ago
furhter minor refactoring
Peter K
as Peter
More... over 12 years ago
additional refactoring to try out a storage again for neo4j
Peter K
as Peter
More... over 12 years ago
minor refactoring for perf-comparison
Peter K
as Peter
More... over 12 years ago