awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesShared String Rebalancing

Optimizes the structure of shared string trees to maintain efficient access and manipulation performance.

Distinct from String Concatenation Analyzers: No candidates address the structural rebalancing of tree-based shared strings for performance

Explore 1 awesome GitHub repository matching programming languages & runtimes · Shared String Rebalancing. Refine with filters or upvote what's useful.

Awesome Shared String Rebalancing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bdwgc/bdwgcbdwgc का अवतार

    bdwgc/bdwgc

    3,418GitHub पर देखें↗

    This project is a garbage collection library and memory allocator for C and C++ that provides automatic reclamation of unreachable objects. It functions as a memory management system that can replace standard allocation functions to automate memory reclamation without requiring source modification. The system is distinguished by its ability to perform incremental and generational garbage collection to reduce application pauses, as well as parallel collection to distribute tracing across multiple CPU cores. It includes a specialized string manipulation library that uses shared structures to en

    Rebalances concatenated string structures to ensure fast character retrieval and substring operations.

    Ccc-plus-pluscplusplus
    GitHub पर देखें↗3,418
  1. Home
  2. Programming Languages & Runtimes
  3. Shared String Rebalancing