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

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

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

ronami/minipack

0
View on GitHub↗
3,299 स्टार्स·326 फोर्क्स·JavaScript·MIT·6 व्यूज़

Minipack

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

Features

  • Core Systems and Utilities - Creating a simplified module bundler to learn how build tools function.
  • System Programming - Implementation of a minimal module bundler.
  • System Utilities - Implementation of a module bundler from scratch.

स्टार हिस्ट्री

ronami/minipack के लिए स्टार हिस्ट्री चार्टronami/minipack के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Minipack के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Minipack के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • kezhenxu94/cache-litekezhenxu94 का अवतार

    kezhenxu94/cache-lite

    166GitHub पर देखें↗

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

    GitHub पर देखें↗166
  • g-plane/tiny-package-managerg-plane का अवतार

    g-plane/tiny-package-manager

    462GitHub पर देखें↗

    Learn how npm or Yarn v1 works.

    TypeScript
    GitHub पर देखें↗462
  • jamesroutley/write-a-hash-tablejamesroutley का अवतार

    jamesroutley/write-a-hash-table

    4,345GitHub पर देखें↗

    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
  • leandromoreira/cdn-up-and-runningleandromoreira का अवतार

    leandromoreira/cdn-up-and-running

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

    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
Minipack के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

ronami/minipack क्या करता है?

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

ronami/minipack की मुख्य विशेषताएं क्या हैं?

ronami/minipack की मुख्य विशेषताएं हैं: Core Systems and Utilities, System Programming, System Utilities।

ronami/minipack के कुछ ओपन-सोर्स विकल्प क्या हैं?

ronami/minipack के ओपन-सोर्स विकल्पों में शामिल हैं: leandromoreira/cdn-up-and-running — This project is a content delivery network implementation that uses a web server and scripting language to cache… 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. kezhenxu94/cache-lite — An extremely lite-weight cache framework in Kotlin, demonstrating how cache works. 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…