awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • immutable-js/immutable-jsAvatar von immutable-js

    immutable-js/immutable-js

    33,060Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗33,060
  • sass/sassAvatar von sass

    sass/sass

    15,373Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,373
  • alufers/mitmproxy2swaggerAvatar von alufers

    alufers/mitmproxy2swagger

    9,530Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,530
  • uz-slamlab/orb_slam3Avatar von UZ-SLAMLab

    UZ-SLAMLab/ORB_SLAM3

    8,744Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,744
  • vandadnp/flutter-tips-and-tricksAvatar von vandadnp

    vandadnp/flutter-tips-and-tricks

    6,822Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,822
  • hkust-aerial-robotics/vins-monoAvatar von HKUST-Aerial-Robotics

    HKUST-Aerial-Robotics/VINS-Mono

    5,936Auf GitHub ansehen↗

    VINS-Mono ist ein monokulares visuell-inertiales Odometriesystem und ein Loop-Closure-SLAM-Framework. Es fungiert als Echtzeit-Zustandsschätzer, der Daten einer einzelnen Kamera mit einer Inertial Measurement Unit (IMU) fusioniert, um Position und Orientierung eines Roboters zu bestimmen. Das Projekt enthält einen nicht-linearen Optimierer für die Robotik sowie Tools zur Sensorkalibrierung. Das System zeichnet sich durch Online-Sensorkalibrierung aus, die automatisch räumliche Extrinsics und zeitliche Offsets zwischen Kamera und Inertialeinheit während des Betriebs bestimmt. Zudem integriert es eine Korrektur für Rolling-Shutter-Verzerrungen, um Bildfehler durch Sensor-Auslesezeiten zu eliminieren. Das Projekt deckt ein breites Spektrum an räumlichen Schätzfunktionen ab, darunter Sliding-Window-Optimierung, enge visuell-inertiale Kopplung und Pose-Graph-Optimierung zur Drift-Korrektur. Es bietet Mechanismen zur Loop-Closure-Erkennung, Verwaltung räumlicher Karten und Wiederherstellung nach Tracking-Fehlern. Das Projekt unterstützt containerisiertes Deployment, um konsistente Builds und Verhalten über verschiedene Betriebssysteme hinweg zu gewährleisten.

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

    C++state-estimationvinsvio
    Auf GitHub ansehen↗5,936
  • carp-lang/carpAvatar von carp-lang

    carp-lang/Carp

    5,815Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,815
  • introlab/rtabmapAvatar von introlab

    introlab/rtabmap

    3,836Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗3,836
  • knadh/koanfAvatar von knadh

    knadh/koanf

    3,871Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,871
  • vlcn-io/cr-sqliteAvatar von vlcn-io

    vlcn-io/cr-sqlite

    3,640Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,640
  • linq2db/linq2dbAvatar von linq2db

    linq2db/linq2db

    3,239Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,239
  1. Home
  2. Data & Databases
  3. Map Data Structure Manipulation
  4. Map Merging

Unter-Tags erkunden

  • Schema Merging1 Sub-TagConsolidating 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.