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
·

11 repositorios

Awesome GitHub RepositoriesMap Merging

Combines two separate collections into a single map to consolidate data structures.

Distinct from Map Data Structure Manipulation: Distinct from Map Data Structure Manipulation: focuses specifically on the merging operation rather than general manipulation.

Explore 11 awesome GitHub repositories matching data & databases · Map Merging. Refine with filters or upvote what's useful.

Awesome Map Merging GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • immutable-js/immutable-jsAvatar de immutable-js

    immutable-js/immutable-js

    33,060Ver en GitHub↗

    Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a collection of immutable objects and arrays that prevent direct mutation to ensure predictable state management in JavaScript applications. The library utilizes structural sharing to efficiently create new versions of data without full copying and implements lazy sequence processing to chain data transformations that execute only when values are requested. It also supports batch mutation processing, allowing multiple changes to be applied to a temporary mutable copy before returning

    Implements map merging to combine two separate collections into a single consolidated data structure.

    TypeScript
    Ver en GitHub↗33,060
  • sass/sassAvatar de sass

    sass/sass

    15,373Ver en GitHub↗

    Sass is a stylesheet compilation engine and CSS preprocessor that extends standard CSS with variables, nested rules, mixins, and functions. It functions as a comprehensive design system tool, enabling developers to organize complex stylesheets into modular, reusable components while automating the transformation of advanced syntax into browser-compatible CSS. The project distinguishes itself through its sophisticated build automation and language-level extensibility. It provides robust support for programmatic style generation, including conditional logic, iterative loops, and unit-aware math

    Combines two separate collections into a single map to consolidate data structures.

    TypeScript
    Ver en GitHub↗15,373
  • alufers/mitmproxy2swaggerAvatar de alufers

    alufers/mitmproxy2swagger

    9,530Ver en GitHub↗

    mitmproxy2swagger is a tool that transforms captured mitmproxy network traffic into structured OpenAPI schemas for reverse-engineering REST APIs. It functions as an OpenAPI schema converter and network traffic documentation utility, extracting API endpoints and data structures from captured network packets to create formal technical references. The tool enables the reconstruction of undocumented APIs by converting intercepted HTTP request and response patterns into specifications. It supports merging multiple traffic capture files into a single schema to incrementally expand an API map and ut

    Combines multiple capture datasets into a single schema to build a comprehensive API map over time.

    HTMLmitmproxyopenapireverse-engineering
    Ver en GitHub↗9,530
  • uz-slamlab/orb_slam3Avatar de UZ-SLAMLab

    UZ-SLAMLab/ORB_SLAM3

    8,744Ver en GitHub↗

    ORB_SLAM3 is a visual-inertial SLAM library designed for real-time simultaneous localization and mapping. It provides a framework for tracking camera movement and building 3D maps of environments using monocular, stereo, or RGB-D cameras combined with inertial sensors. The system features a multi-map fusion engine capable of merging separate spatial sessions into a single seamless representation of an environment. It includes specialized processing for wide-angle and fisheye lenses to expand the visual field of view for spatial tracking. The library covers a broad range of spatial intelligen

    Includes a multi-map fusion engine that merges separate spatial sessions into a seamless environment representation.

    C++slam-algorithms
    Ver en GitHub↗8,744
  • vandadnp/flutter-tips-and-tricksAvatar de vandadnp

    vandadnp/flutter-tips-and-tricks

    6,822Ver en GitHub↗

    This repository is a collection of practical code snippets and implementation patterns for Flutter and Dart. It serves as a comprehensive guide and reference for asynchronous programming, state management patterns, and UI component design. The project provides advanced language reference material covering generics, reflection, factory constructors, and null-aware operators. It also includes specific utilities for manipulating Dart collections, such as helper methods for transforming and filtering maps, lists, and iterables. The coverage extends to high-level capabilities including asynchrono

    Implements map merging where the second map overrides the first in case of key conflicts.

    Dartdartflutterflutter-ui
    Ver en GitHub↗6,822
  • hkust-aerial-robotics/vins-monoAvatar de HKUST-Aerial-Robotics

    HKUST-Aerial-Robotics/VINS-Mono

    5,936Ver en GitHub↗

    VINS-Mono es un sistema de odometría visual-inercial monocular y un framework SLAM de cierre de bucle. Funciona como un estimador de estado en tiempo real que fusiona datos de una sola cámara y una unidad de medición inercial para determinar la posición y orientación de un robot. El proyecto incluye un optimizador no lineal para robótica y herramientas para la calibración de sensores. El sistema se distingue por la calibración de sensores en línea, que determina automáticamente las extrínsecas espaciales y los desfases temporales entre la cámara y la unidad inercial durante la operación. También incorpora corrección de distorsión de obturador rodante (rolling shutter) para eliminar distorsiones de imagen causadas por los tiempos de lectura del sensor. El proyecto cubre una amplia gama de capacidades de estimación espacial, incluyendo optimización de ventana deslizante, acoplamiento visual-inercial estrecho y optimización de grafo de poses para la corrección de deriva. Proporciona mecanismos para la detección de cierre de bucle, gestión de mapas espaciales y recuperación ante fallos de seguimiento. El proyecto admite el despliegue en contenedores para garantizar compilaciones y comportamientos consistentes en diferentes sistemas operativos.

    Implements the merging of multiple spatial mapping sessions into a single global coordinate system.

    C++state-estimationvinsvio
    Ver en GitHub↗5,936
  • carp-lang/carpAvatar de carp-lang

    carp-lang/Carp

    5,815Ver en GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Provides a function to merge two maps together.

    Haskellfunctionalfunctional-programminggame-development
    Ver en GitHub↗5,815
  • introlab/rtabmapAvatar de introlab

    introlab/rtabmap

    3,836Ver en GitHub↗

    This project is a comprehensive library and toolkit for simultaneous localization and mapping, designed to construct three-dimensional environment models while tracking device position. It functions as a robotics perception framework that processes data from RGB-D, stereo, and lidar sensors to enable autonomous navigation and spatial awareness. The system distinguishes itself through its focus on long-term mapping and global consistency. It employs a sophisticated loop-closure detection engine and graph-based pose optimization to identify previously visited locations and eliminate cumulative

    Combines multiple independent mapping sessions into a unified database with gravity constraint alignment.

    C++
    Ver en GitHub↗3,836
  • knadh/koanfAvatar de knadh

    knadh/koanf

    3,871Ver en GitHub↗

    koanf is a configuration management library for Go designed to load, merge, and unmarshal application settings from multiple sources into structured objects. It functions as a multi-source config loader that aggregates data from environment variables, files, and remote providers into a single unified map. The system utilizes a pluggable architecture for parsing and data abstraction, allowing it to transform bytes from formats such as JSON, YAML, and TOML into nested maps. It supports dynamic configuration watching to monitor external sources and trigger automatic reloads when settings change.

    Combines nested configuration maps from multiple sources using recursive merging and custom collision strategies.

    Goconfigconfig-loaderconfiguration
    Ver en GitHub↗3,871
  • vlcn-io/cr-sqliteAvatar de vlcn-io

    vlcn-io/cr-sqlite

    3,640Ver en GitHub↗

    cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure eventual consistency across distributed nodes. It provides the core capabilities for offline-first data synchronization, allowing multiple database instances to merge concurrent updates and reach a consistent state. The project distinguishes itself through a combination of CRDT-based data replication and a WASM-based database engine, enabling full SQL execution and state persistence within web browsers. It supports peer-to-peer replication and cross-tab synchronization, utilizing ca

    Specifies the set-based merge type for a table to determine how rows are synchronized.

    Rustcrdtdatabasesqlite
    Ver en GitHub↗3,640
  • linq2db/linq2dbAvatar de linq2db

    linq2db/linq2db

    3,239Ver en GitHub↗

    linq2db is a type-safe object-relational mapper that translates LINQ expressions into optimized SQL queries for multiple database providers. It functions as a database mapper that links classes to tables and includes a SQL query builder and a command-line schema tool for generating data classes from existing databases. The project provides high-performance bulk data processing for inserting and loading large volumes of records via batch or binary copy methods. It also supports advanced SQL operations, including window functions, common table expressions for recursive hierarchical querying, an

    Synchronizes two tables by inserting, updating, or deleting records based on join conditions.

    C#accessbulk-insertsclickhouse
    Ver en GitHub↗3,239
  1. Home
  2. Data & Databases
  3. Map Data Structure Manipulation
  4. Map Merging

Explorar subetiquetas

  • Schema Merging1 sub-etiquetaConsolidating multiple API schemas into a single comprehensive reference. **Distinct from Map Merging:** Focuses on merging OpenAPI-style schemas rather than generic data maps or build bundles.
  • Spatial Map FusionThe process of merging multiple disjoint spatial mapping sessions into a single global coordinate system. **Distinct from Map Merging:** Focuses on 3D spatial session fusion rather than generic data structure merging.