awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kezhenxu94 avatar

kezhenxu94/cache-lite

0
View on GitHub↗
166 stars·13 forks·Apache-2.0·15 views

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 history

Star history chart for kezhenxu94/cache-liteStar history chart for kezhenxu94/cache-lite

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Cache Lite

Similar open-source projects, ranked by how many features they share with Cache Lite.
  • leandromoreira/cdn-up-and-runningleandromoreira avatar

    leandromoreira/cdn-up-and-running

    3,677View on 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
    View on GitHub↗3,677
  • g-plane/tiny-package-managerg-plane avatar

    g-plane/tiny-package-manager

    462View on GitHub↗

    Learn how npm or Yarn v1 works.

    TypeScript
    View on GitHub↗462
  • jamesroutley/write-a-hash-tablejamesroutley avatar

    jamesroutley/write-a-hash-table

    4,345View on 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
    View on GitHub↗4,345
  • ronami/minipackronami avatar

    ronami/minipack

    3,299View on GitHub↗

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

    JavaScript
    View on GitHub↗3,299
See all 30 alternatives to Cache Lite→

Frequently asked questions

What does kezhenxu94/cache-lite do?

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

What are the main features of kezhenxu94/cache-lite?

The main features of kezhenxu94/cache-lite are: Core Systems and Utilities, System Programming, System Utilities.

What are some open-source alternatives to kezhenxu94/cache-lite?

Open-source alternatives to kezhenxu94/cache-lite include: 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…