Git Product home page Git Product logo

Comments (1)

seancfoley avatar seancfoley commented on June 11, 2024

Allowing the range format can be problematic, since you can come up with some pathological cases like
0-255.0-255.0-255.1-255, which is 16 million disjoint address ranges. However, the example you gave, 1.2.0-255.0-255, is just a single range, and it is also equivalent to a single prefix block 1.2.0.0/16.

In general, for the range formats, since they are not always prefix blocks, you would need to use the SequentialBlockIterator to split up the disjoint ranges, and then use SpanWithPrefixBlocks to get the equivalent prefix blocks. The Partition class may already have code to do this. This would work fine with any address, but for prefix blocks and single addresses the result would just be the same block or address. For the range formats you would end up with many.

Seems fine overall. There is a wiki entry for doing lookups with tries.

There is no specific question or issue to address here, so closing.

from ipaddress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.