awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesIP Data Optimizations

Techniques for reducing the storage footprint of IP databases through segment merging and deduplication.

Distinct from Clean IP Lists: Distinct from network filtering or IP identification; focuses on the structural compression of the database file.

Explore 2 awesome GitHub repositories matching data & databases · IP Data Optimizations. Refine with filters or upvote what's useful.

Awesome IP Data Optimizations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lionsoul2014/ip2regionAvatar von lionsoul2014

    lionsoul2014/ip2region

    19,159Auf GitHub ansehen↗

    ip2region is an offline IP geolocation library and framework designed to resolve IPv4 and IPv6 addresses to city-level regional information using local binary data files. It functions as a binary IP database compiler and a cross-language search client, allowing for regional lookups without relying on external APIs. The project distinguishes itself through a specialized binary format that supports high-performance query optimization. It employs adjacent-segment IP merging and deduplicated region storage to minimize the database footprint, while utilizing memory-mapped file caching and vector-i

    Reduces database size by merging adjacent IP segments and deduplicating identical regional information.

    Javaip-addressip-address-databaseip-address-location
    Auf GitHub ansehen↗19,159
  • firehol/blocklist-ipsetsAvatar von firehol

    firehol/blocklist-ipsets

    3,850Auf GitHub ansehen↗

    This project is a security utility for aggregating threat intelligence and automating the deployment of high-performance firewall rules. It functions as an aggregator that fetches and normalizes malicious IP address lists from multiple external security feeds and a management tool that deploys these lists into the Linux kernel using ipset for packet filtering. The system maintains network perimeter defense by using atomic kernel updates to swap IP sets, which allows firewall rules to be updated without interrupting active connections. It includes a range optimizer that simplifies network addr

    Structures network address data for high-performance lookups within kernel-level firewall filtering mechanisms.

    Shellabusesattacksblocklists
    Auf GitHub ansehen↗3,850
  1. Home
  2. Data & Databases
  3. IP Data Optimizations

Unter-Tags erkunden

  • Kernel-Level IP Set OptimizationsTechniques for structuring network address data to ensure high-performance lookups within kernel-level firewall filtering mechanisms. **Distinct from IP Data Optimizations:** Distinct from IP Data Optimizations: focuses on kernel-level IP set structures for active traffic inspection rather than general database compression.