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
lericson avatar

lericson/pylibmc

0
View on GitHub↗
493 stars·139 forks·C·BSD-3-Clause·13 viewssendapatch.se/projects/pylibmc↗

Pylibmc

A Python wrapper around the libmemcached interface from TangentOrg.

Features

  • Caching Libraries - Interface for high-performance memory caching.
  • Data Caching - Python wrapper for the libmemcached interface.

Star history

Star history chart for lericson/pylibmcStar history chart for lericson/pylibmc

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Pylibmc

These projects share indexed features with Pylibmc. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • aio-libs/aiocacheA

    aio-libs/aiocache

    0View on GitHub↗
    View on GitHub↗0
  • allegro/bigcacheallegro avatar

    allegro/bigcache

    8,140View on GitHub↗

    Bigcache is a thread-safe, in-memory key-value store for Go designed to minimize garbage collection pauses. It functions as a memory-optimized cache capable of storing gigabytes of data while maintaining low latency during high-volume operations. The system avoids garbage collection overhead by managing memory through large byte arrays and manual allocation. It utilizes a circular-buffer layout to reuse space and lock-striped sharding to reduce contention during concurrent read and write access. The project provides capabilities for high-volume in-memory caching and low-latency data retrieva

    Go
    View on GitHub↗8,140
  • bbangert/beakerbbangert avatar

    bbangert/beaker

    545View on GitHub↗

    Cache and Session Library

    Python
    View on GitHub↗545
  • 5monkeys/django-viewlet5monkeys avatar

    5monkeys/django-viewlet

    61View on GitHub↗

    Render template parts with extended cache control.

    Python
    View on GitHub↗61
Compare all 30 related projects→

Frequently asked questions

What does lericson/pylibmc do?

A Python wrapper around the libmemcached interface from TangentOrg.

What are the main features of lericson/pylibmc?

The main features of lericson/pylibmc are: Caching Libraries, Data Caching.

Which projects share features with lericson/pylibmc?

Projects with overlapping indexed features include: aio-libs/aiocache. allegro/bigcache — Bigcache is a thread-safe, in-memory key-value store for Go designed to minimize garbage collection pauses. It… bbangert/beaker — Cache and Session Library. bluele/gcache — An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC. bradfitz/gomemcache — Go Memcached client library #golang. 5monkeys/django-viewlet — Render template parts with extended cache control.