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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·4 Aufrufesendapatch.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-Verlauf

Star-Verlauf für lericson/pylibmcStar-Verlauf für lericson/pylibmc

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Pylibmc

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pylibmc.
  • aio-libs/aiocacheA

    aio-libs/aiocache

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • allegro/bigcacheAvatar von allegro

    allegro/bigcache

    8,140Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,140
  • bbangert/beakerAvatar von bbangert

    bbangert/beaker

    545Auf GitHub ansehen↗

    Cache and Session Library

    Python
    Auf GitHub ansehen↗545
  • 5monkeys/django-viewletAvatar von 5monkeys

    5monkeys/django-viewlet

    61Auf GitHub ansehen↗

    Render template parts with extended cache control.

    Python
    Auf GitHub ansehen↗61
Alle 30 Alternativen zu Pylibmc anzeigen→

Häufig gestellte Fragen

Was macht lericson/pylibmc?

A Python wrapper around the libmemcached interface from TangentOrg.

Was sind die Hauptfunktionen von lericson/pylibmc?

Die Hauptfunktionen von lericson/pylibmc sind: Caching Libraries, Data Caching.

Welche Open-Source-Alternativen gibt es zu lericson/pylibmc?

Open-Source-Alternativen zu lericson/pylibmc sind unter anderem: 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.