Jean-Marie Comets
Jean-Marie Comets
This implementation aims to solve the following issues with the pathfinding methods: - APIs are inconsistent and limited - algorithms should be of the box, no extra code needed -...
This PR adds a new factory method `with_capacity_and_hasher()`, as well as a new type parameter. A current limitation is that the hasher should be the same type for both nodes...
This adds an `edge_entry()` method to `GraphMap`'s public interface along with a thin wrapper over an `IndexMap` entry. Differences with the wrapped entry: - `source()`: returns the source edge, replacing...
I noticed no field logging was implemented and therefore implemented it using the same ideas as [zipkin-go-opentracing][1]. [1]: https://github.com/openzipkin/zipkin-go-opentracing
There's an unclear comment [here](https://github.com/jmcomets/tcmalloc-rs/blob/master/src/lib.rs#L9-L10) that doesn't explain why `tc_free_sized` isn't used. The issue is well explained over at https://github.com/gperftools/gperftools/issues/1096#issuecomment-480629732. Summary: - it's less a bug from TCMalloc and more...