awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesString Edit Queues

Internal mechanisms that queue text modifications and compute the final string only upon request.

Distinct from Deferred Materialization: Distinct from general deferred materialization in databases by focusing on string edit operations rather than dataset joins.

Explore 1 awesome GitHub repository matching data & databases · String Edit Queues. Refine with filters or upvote what's useful.

Awesome String Edit Queues GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rich-harris/magic-stringالصورة الرمزية لـ Rich-Harris

    Rich-Harris/magic-string

    2,668عرض على GitHub↗

    magic-string is a low-level JavaScript library designed for compilers and bundlers to perform source code transformations. It serves as a string transformation utility and source map manipulation library that allows for modifying text while automatically tracking character offsets. The library enables the modification of source code strings through insertions, replacements, and removals without losing the relationship to original source positions. It specifically provides mechanisms to generate mapping files that link transformed output text back to original source file coordinates. Capabili

    Implements deferred string materialization to optimize performance by queuing edits before generating the final output.

    JavaScript
    عرض على GitHub↗2,668
  1. Home
  2. Data & Databases
  3. Data Joins
  4. Deferred Materialization
  5. String Edit Queues