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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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.

Star 历史

kezhenxu94/cache-lite 的 Star 历史图表kezhenxu94/cache-lite 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Cache Lite 的开源替代方案

相似的开源项目,按与 Cache Lite 的功能重合度排序。
  • leandromoreira/cdn-up-and-runningleandromoreira 的头像

    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-managerg-plane 的头像

    g-plane/tiny-package-manager

    462在 GitHub 上查看↗

    Learn how npm or Yarn v1 works.

    TypeScript
    在 GitHub 上查看↗462
  • jamesroutley/write-a-hash-tablejamesroutley 的头像

    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/minipackronami 的头像

    ronami/minipack

    3,299在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗3,299
查看 Cache Lite 的所有 30 个替代方案→

常见问题解答

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…