EdgeGnW / RustPraxisProjekt2024

A rust graph library utilizing wavelettrees/matrices
0 stars 0 forks source link

reimplemented the node_edges node_neighbours etc #57

Closed EdgeGnW closed 2 months ago

EdgeGnW commented 2 months ago

Added new functions: index_rank index_select index_access

to avoid indexing into the hashtables every call. They only return the indeces from the wavelet matrix aka the position of an edge destination in the sequence.

We could either have both the original functions and these, only these or make these private.