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

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

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

kezhenxu94/cache-lite

0
View on GitHub↗
166 نجوم·13 تفرعات·Apache-2.0·9 مشاهدات

Cache Lite

An extremely lite-weight cache framework in Kotlin, demonstrating how cache works.

Features

  • Core Systems and Utilities - Developing a lightweight caching mechanism for performance optimization.
  • System Programming - Implementation of a lightweight caching mechanism.
  • System Utilities - Implementation of a lightweight caching mechanism.

سجل النجوم

مخطط تاريخ النجوم لـ kezhenxu94/cache-liteمخطط تاريخ النجوم لـ kezhenxu94/cache-lite

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة kezhenxu94/cache-lite؟

An extremely lite-weight cache framework in Kotlin, demonstrating how cache works.

ما هي الميزات الرئيسية لـ kezhenxu94/cache-lite؟

الميزات الرئيسية لـ kezhenxu94/cache-lite هي: Core Systems and Utilities, System Programming, System Utilities.

ما هي البدائل مفتوحة المصدر لـ kezhenxu94/cache-lite؟

تشمل البدائل مفتوحة المصدر لـ kezhenxu94/cache-lite: ronami/minipack — 📦 A simplified example of a modern module bundler written in JavaScript. jamesroutley/write-a-hash-table — This project is a pedagogical implementation of a hash table in C, built from scratch using open addressing and linear… g-plane/tiny-package-manager — Learn how npm or Yarn v1 works. leandromoreira/cdn-up-and-running — This project is a content delivery network implementation that uses a web server and scripting language to cache… infaaa/build-your-own-x-vibe-coding — Master programming by recreating your favorite technologies from scratch with vibe coding. emilhernvall/dnsguide — dnsguide is a software implementation of the DNS protocol designed to handle queries and responses between clients and…

بدائل مفتوحة المصدر لـ Cache Lite

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Cache Lite.
  • leandromoreira/cdn-up-and-runningالصورة الرمزية لـ leandromoreira

    leandromoreira/cdn-up-and-running

    3,677عرض على GitHub↗

    This project is a content delivery network implementation that uses a web server and scripting language to cache content at the edge and reduce latency for end users. It functions as a distributed system designed to store backend responses on edge nodes and route incoming client requests through a proxy. The system utilizes custom request logic to handle edge caching strategies, including the delivery of stale content during origin failures. It implements request coalescing to merge simultaneous requests for the same resource into a single upstream call to prevent backend overload. The proje

    Lua
    عرض على GitHub↗3,677
  • g-plane/tiny-package-managerالصورة الرمزية لـ g-plane

    g-plane/tiny-package-manager

    462عرض على GitHub↗

    Learn how npm or Yarn v1 works.

    TypeScript
    عرض على GitHub↗462
  • jamesroutley/write-a-hash-tableالصورة الرمزية لـ jamesroutley

    jamesroutley/write-a-hash-table

    4,345عرض على GitHub↗

    This project is a pedagogical implementation of a hash table in C, built from scratch using open addressing and linear probing for collision resolution. It serves as a computer science algorithm demo, demonstrating how to construct a fundamental key-value store at a low level. The implementation covers the core operations of an associative array: inserting a key-value pair, looking up a value by its key, and deleting a pair. It uses a hash function to compute storage locations, maps hash values to array indices with the modulo operator, and resolves collisions by scanning sequentially through

    cdata-structureshash-tables
    عرض على GitHub↗4,345
  • ronami/minipackالصورة الرمزية لـ ronami

    ronami/minipack

    3,299عرض على GitHub↗

    📦 A simplified example of a modern module bundler written in JavaScript

    JavaScript
    عرض على GitHub↗3,299
  • عرض جميع البدائل الـ 30 لـ Cache Lite→