patricia icon indicating copy to clipboard operation
patricia copied to clipboard

Garbage collector-sensitive patricia tree for IP/CIDR tagging

Results 8 patricia issues
Sort by recently updated
recently updated
newest added

Would be cool to add some performance tests to test suite so we could automatically see if PRs dont make things slower.

This is useful to remove tags matching a certain criteria in the whole tree. For example, when implementing a RIB, we may want to remove tags associated with a down...

This is useful to avoid a double lookup: once to find the current value, the second time to update its value. The tag could be a counter we want to...

Add a method to the tree iterator that returns all tags from all the node from the root of the tree to the current leaf, in that order. This is...

hello, I am testing this module for adding enrichments to data before we write the data to elasticsearch and looking for some guidance on proper usage of the library. Currently...

Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20200313102051-9f266ea9e77c&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This PR adds helper support for [netip](https://pkg.go.dev/net/netip) address and prefix types.