معرفی شرکت ها


cidrtrie-0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Prefix Tree (trie) for manipulating CIDR sets
ویژگی مقدار
سیستم عامل -
نام فایل cidrtrie-0.1
نام cidrtrie
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده James Brown
ایمیل نویسنده jbrown@uber.com
آدرس صفحه اصلی https://github.com/uber/cidrtrie
آدرس اینترنتی https://pypi.org/project/cidrtrie/
مجوز MIT
`cidrtrie` is a simplistic implementation of a prefix tree and a library for classifying IP addresses based on prefix matching. Unlike other implementations (such as [py-radix](http://www.mindrot.org/projects/py-radix/)), this is pure-Python and aims to be as simple as possible. ## Why? ## This implementation offers asymptotic performance improvement for problems that look like Internet routing. `bench.py` contains a simple and used-elsewhere _O(n)_ implementation ("`NaiveCidrClassifier`) of this same functionalify. Some sample numbers for inserting 100,000 cidrs into the tree and then looking up 10,000 IPs on a 3GHz Intel i7-4578U: insert CidrClassifier 5.16s insert NaiveCidrClassifier 0.11s lookup CidrClassifier 0.25s lookup NaiveCidrClassifier 92.11s An example use case would be to efficiently map IP addresses (from logs or some other source) to the originating network (and, eventually, to the owner) without using a commercial library like MaxMind or bringing in any native-code dependencies.


نحوه نصب


نصب پکیج whl cidrtrie-0.1:

    pip install cidrtrie-0.1.whl


نصب پکیج tar.gz cidrtrie-0.1:

    pip install cidrtrie-0.1.tar.gz