Rodrigo Schio
Rodrigo Schio
Hi Korthaj, when i was using the ShortestPath function i noticed that it was using a significant amount of memory (I was processing a large graph). It seems that the...
This PR contain memory improvements to the following functions: - Acyclic - BFS - Bipartition - Components - Connected - EulerDirected - EulerUndirected - MST - ShortestPath - ShortestPaths -...
This PR implements the proposal discussed in #671 with a few modifications: The UnpackBlock method doesn't return the cleartext, instead it receives a slice to write the cleartext to. This...
This PR is not intended to be merged, it is just a proposal with code examples. Although there is a lot of code, the proposal is only about expanding the...