awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesStorage Optimizations

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

Distinct from IP Geolocation: Distinct from general IP Geolocation: focuses on the internal data compression and storage efficiency of the database rather than the lookup service.

Explore 1 awesome GitHub repository matching data & databases · Storage Optimizations. Refine with filters or upvote what's useful.

Awesome Storage Optimizations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lionsoul2014/ip2regionAvatar de lionsoul2014

    lionsoul2014/ip2region

    19,159Ver en GitHub↗

    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

    Implements adjacent-segment IP merging to reduce the binary database size by combining contiguous ranges with identical locations.

    Javaip-addressip-address-databaseip-address-location
    Ver en GitHub↗19,159
  1. Home
  2. Data & Databases
  3. Geolocation Databases
  4. IP Geolocation
  5. Storage Optimizations