issues
search
amitdev
/
lru-dict
A fast and memory efficient LRU cache for Python
MIT License
260
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Inherit from MutableMapping
#68
PythonCoderAS
opened
3 weeks ago
0
Python 3.13 wheel support
#67
PythonCoderAS
opened
3 weeks ago
0
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
#66
dependabot[bot]
opened
2 months ago
0
Remove incref call from `LRU_popitem`
#65
Oppen
opened
5 months ago
0
popitem leads to memory-leak
#64
xinfeishi
opened
5 months ago
0
lru-dict and apache mod_wsgi
#63
mahdialibi
opened
5 months ago
0
Update README.rst
#62
amitdev
closed
7 months ago
0
note: this is still the faster version
#61
earonesty
opened
7 months ago
0
Proposal to Integrate SIEVE Eviction Algorithm
#60
yazhuo
opened
11 months ago
3
Plan for ttl support?
#59
94929
opened
1 year ago
0
Feat: Add Python Stubs
#58
RF-Tar-Railt
closed
1 year ago
3
Feat: Add Python stub
#57
amitdev
closed
1 year ago
0
Fixing merge conflict
#56
amitdev
closed
1 year ago
0
:bug: Fix workflow file regression
#55
AndreMiras
closed
1 year ago
0
:sparkles: Apple Silicon (arm64) support, fixes #36
#54
AndreMiras
closed
1 year ago
5
Feat: Add python stub
#53
RF-Tar-Railt
closed
1 year ago
13
Revert "Feat: Add python stub"
#52
amitdev
closed
1 year ago
0
lru.c: adding keywords
#51
miili
closed
1 year ago
2
lru.LRU does not support deepcopy
#50
charles-cooper
opened
1 year ago
0
Feat: Add python stub
#49
RF-Tar-Railt
closed
1 year ago
6
incompatible function pointer types initializing 'PyCFunction'
#48
arbaleast
closed
1 year ago
2
Fix compilation error under clang version 16
#47
nining
closed
1 year ago
0
Add a lru.pyi
#46
RF-Tar-Railt
closed
1 year ago
2
lru: Use PyCFunction instead of PyCFunctionWithKeywords
#45
kraj
closed
1 year ago
1
Compatibility Python 3.11
#44
DamyanBG
closed
1 year ago
4
:fire: Drop Travis as GitHub Action is used
#43
AndreMiras
closed
1 year ago
2
:fire: Drop Python 2.7 and 3.6 support
#42
AndreMiras
closed
1 year ago
1
Add support to build & publish ARM & ppc64le wheels
#41
mgiessing
closed
1 year ago
4
:construction_worker: Publish to PyPI on tagging, fixes #23
#40
AndreMiras
closed
2 years ago
2
:white_check_mark: test for pypy versions up to 3.9
#39
AndreMiras
closed
2 years ago
0
:construction_worker: Wheels build, refs #23
#38
AndreMiras
closed
2 years ago
7
:construction_worker: build: Migrate to GitHub Action, refs #23
#37
AndreMiras
closed
2 years ago
1
Architecture errors on macosx-10.9-universal2-3.10/lru.o
#36
cerealkill
closed
1 year ago
6
Ensure the callback is called outside the critical section.
#35
congma
closed
1 year ago
1
BUG: refcount leak in popitem.
#34
congma
closed
1 year ago
1
Add mutex protection of internal critical section.
#33
congma
closed
3 years ago
5
[WIP] Add lock around the execution of the callback.
#32
congma
closed
3 years ago
6
__repr__ shouldn't look like plain dict, it's confusing
#31
cool-RR
opened
3 years ago
0
error lru module in module web3. python, kivy, buildozer, android
#30
Yumak2001
opened
4 years ago
0
How to serialize/deserialize lru.LRU
#29
lxw0109
closed
4 years ago
0
LU vs LRU ?
#28
vsraptor
opened
4 years ago
0
Implement popitem
#27
congma
closed
5 years ago
1
Implement pop
#26
congma
closed
5 years ago
7
Fix reference count for return value of LRU.setdefault().
#25
congma
closed
5 years ago
0
Add "setdefault" method.
#24
congma
closed
5 years ago
0
Create pre-built wheel
#23
filips123
closed
2 years ago
9
is it thread safe?
#22
Orisun
closed
5 years ago
4
Support pop
#21
ioistired
closed
3 years ago
3
Support weak references
#20
avish
opened
6 years ago
0
In test_lru.py: line 121 test_update()
#19
ArchieMeng
opened
7 years ago
0
Next