awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • immutable-js/immutable-jsimmutable-js 的头像

    immutable-js/immutable-js

    33,060在 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
    在 GitHub 上查看↗33,060
  • sass/sasssass 的头像

    sass/sass

    15,373在 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
    在 GitHub 上查看↗15,373
  • alufers/mitmproxy2swaggeralufers 的头像

    alufers/mitmproxy2swagger

    9,530在 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
    在 GitHub 上查看↗9,530
  • uz-slamlab/orb_slam3UZ-SLAMLab 的头像

    UZ-SLAMLab/ORB_SLAM3

    8,744在 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
    在 GitHub 上查看↗8,744
  • vandadnp/flutter-tips-and-tricksvandadnp 的头像

    vandadnp/flutter-tips-and-tricks

    6,822在 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
    在 GitHub 上查看↗6,822
  • hkust-aerial-robotics/vins-monoHKUST-Aerial-Robotics 的头像

    HKUST-Aerial-Robotics/VINS-Mono

    5,936在 GitHub 上查看↗

    VINS-Mono 是一个单目视觉惯性里程计系统和闭环 SLAM 框架。它作为一个实时状态估计器,融合来自单个摄像头和惯性测量单元的数据,以确定机器人的位置和姿态。该项目包含一个用于机器人的非线性优化器和传感器校准工具。 该系统以在线传感器校准为特色,可在运行期间自动确定摄像头与惯性单元之间的空间外参和时间偏移。它还结合了卷帘快门畸变校正,以消除由传感器读出时间引起的图像畸变。 该项目涵盖了广泛的空间估计功能,包括滑动窗口优化、紧耦合视觉惯性融合以及用于漂移校正的位姿图优化。它提供了闭环检测、空间地图管理和跟踪失败恢复的机制。 该项目支持容器化部署,以确保在不同操作系统上的一致构建和行为。

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

    C++state-estimationvinsvio
    在 GitHub 上查看↗5,936
  • carp-lang/carpcarp-lang 的头像

    carp-lang/Carp

    5,815在 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
    在 GitHub 上查看↗5,815
  • introlab/rtabmapintrolab 的头像

    introlab/rtabmap

    3,836在 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++
    在 GitHub 上查看↗3,836
  • knadh/koanfknadh 的头像

    knadh/koanf

    3,871在 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
    在 GitHub 上查看↗3,871
  • vlcn-io/cr-sqlitevlcn-io 的头像

    vlcn-io/cr-sqlite

    3,640在 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
    在 GitHub 上查看↗3,640
  • linq2db/linq2dblinq2db 的头像

    linq2db/linq2db

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

探索子标签

  • Schema Merging1 个子标签Consolidating 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.