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

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

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

8 个仓库

Awesome GitHub RepositoriesData Structure Operations

Executes commands on diverse data structures including strings, hashes, lists, and sets.

Distinct from Hash Data Structures: Distinct from Hash Data Structures: focuses on the execution of operations across multiple types rather than just hash management.

Explore 8 awesome GitHub repositories matching data & databases · Data Structure Operations. Refine with filters or upvote what's useful.

Awesome Data Structure Operations GitHub Repositories

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

    doocs/advanced-java

    78,987在 GitHub 上查看↗

    This project is a comprehensive Java backend engineering guide and technical reference focused on high-concurrency design, distributed systems, and microservices architecture. It provides detailed strategies for decomposing monolithic applications, managing service discovery, and implementing the architectural patterns required for scalable backend environments. The repository distinguishes itself through an extensive collection of big data algorithmic references and database scaling strategies. It covers memory-efficient techniques for analyzing massive datasets, such as Top-K element extrac

    The system caches complex object structures beyond simple key-value pairs using diverse data types and rich operations.

    Javaadvanced-javadistributed-search-enginedistributed-systems
    在 GitHub 上查看↗78,987
  • redis/go-redisredis 的头像

    redis/go-redis

    22,159在 GitHub 上查看↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Executes create, read, update, and delete commands on various data structures including strings, hashes, lists, sets, and streams.

    Gogogolangredis
    在 GitHub 上查看↗22,159
  • adambard/learnxinyminutes-docsadambard 的头像

    adambard/learnxinyminutes-docs

    12,287在 GitHub 上查看↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Shows how to manipulate core data structures like lists and maps using language-specific syntax.

    Markdown
    在 GitHub 上查看↗12,287
  • microsoft/garnetmicrosoft 的头像

    microsoft/garnet

    11,885在 GitHub 上查看↗

    Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar

    Allows registration of custom data structures and read-modify-write operations to extend the store's capabilities.

    C#cachecache-storagecluster
    在 GitHub 上查看↗11,885
  • redis/redisinsightredis 的头像

    redis/RedisInsight

    8,556在 GitHub 上查看↗

    RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki

    Executes operations across core data structures including strings, hashes, lists, sets, and streams.

    TypeScriptdatabase-guiredisredis-gui
    在 GitHub 上查看↗8,556
  • bitemyapp/learnhaskellbitemyapp 的头像

    bitemyapp/learnhaskell

    8,026在 GitHub 上查看↗

    This project is a comprehensive functional programming curriculum and learning resource for Haskell. It provides sequenced educational paths and technical reference guides designed to take developers from beginner to advanced levels of proficiency. The project distinguishes itself through a deep focus on theoretical and technical foundations, offering detailed studies on type theory, category theory, and runtime internals. It includes a dedicated performance handbook for optimizing execution speed and memory management, as well as an ecosystem guide for managing development tools and editor c

    Explains how to achieve constant-time access to sequence ends using specialized functional data structures.

    Makefile
    在 GitHub 上查看↗8,026
  • walkccc/clrswalkccc 的头像

    walkccc/CLRS

    5,060在 GitHub 上查看↗

    This repository is a comprehensive collection of fully worked solutions to exercises and problems from the standard algorithms textbook by Cormen, Leiserson, Rivest, and Stein (CLRS). It serves as an educational reference for algorithm design and analysis, providing step-by-step reasoning, pseudocode, and mathematical proofs for a wide range of topics. The content spans core computer science areas: algorithm analysis with asymptotic notation, recurrence solving, and amortized cost analysis; data structure implementation and operations for binary search trees, red-black trees, B-trees, Fibonac

    Implements Young tableau algorithms for minimum extraction, insertion, and sorting in m by n matrices.

    Markdownclrsintroduction-to-algorithmssolutions
    在 GitHub 上查看↗5,060
  • jtablesaw/tablesawjtablesaw 的头像

    jtablesaw/tablesaw

    3,753在 GitHub 上查看↗

    Tablesaw is a Java dataframe library designed for manipulating, filtering, and aggregating structured data. It serves as a toolkit for statistical analysis, data visualization, and machine learning execution within the Java Virtual Machine. The project provides specialized tools for computing descriptive statistics and generating cross-tabulations. It includes a visualization library for creating histograms and scatter plots, as well as a framework for executing linear regression, clustering, and classification tasks through integration with statistical libraries. The library covers a broad

    Generates condensed statistical summaries of results through data structure manipulation operations.

    Java
    在 GitHub 上查看↗3,753
  1. Home
  2. Data & Databases
  3. Hash Data Structures
  4. Data Structure Operations

探索子标签

  • Asymptotic OptimizationsTechniques for improving the time and space complexity of data structure operations. **Distinct from Data Structure Operations:** Focuses on asymptotic complexity (e.g., constant-time access) rather than just executing operations.
  • Custom Data Structure RegistrationsMechanisms for registering user-defined data structures and their associated operations within a database engine. **Distinct from Data Structure Operations:** Distinct from Data Structure Operations: focuses on the extensibility and registration of new types rather than the execution of operations on native types.
  • Language-LevelManipulations of lists, maps, and binaries using language-specific operators. **Distinct from Data Structure Operations:** Focuses on programming language primitives for data structure manipulation rather than database-specific operations
  • Statistical Data SummarizationGenerating condensed statistical summaries by applying manipulation operations to data structures. **Distinct from Data Structure Operations:** Distinct from Data Structure Operations: focuses on the statistical synthesis of results rather than general data manipulation.
  • Young Tableau OperationsOperations specific to the Young tableau data structure, including minimum extraction, insertion, search, and sorting. **Distinct from Data Structure Operations:** Distinct from general Data Structure Operations: focuses specifically on the Young tableau, a matrix-based structure for priority queues.