- 02 Oct, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
This adds a `Component` helper type and a `ForEach` helper method. The first attempt used an interface but interfaces imply allocation. We really can't afford to allocate here.
-
- 01 Oct, 2018 3 commits
-
-
Steven Allen authored
This will perform all the correct checks *except* that it won't bother actually stringifying the multiaddr. It should be significantly faster.
-
Steven Allen authored
-
Steven Allen authored
This is a huge performance hit. Really, we just need to tell users not to modify the result. Also, get rid of an unnecessary pointer indirection (no api change).
-
- 05 Nov, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-