issues
search
pbrady
/
fastcache
C implementation of Python 3 lru_cache
MIT License
154
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Adds CPython 3.8 to the tested interpreters
#58
funkyfuture
closed
2 years ago
1
ARM64: Add ARM64 jobs in Travis-CI
#57
ossdev07
closed
4 years ago
1
Update .travis.yml
#56
pbrady
closed
4 years ago
0
Speed comparison on Python35 and latter
#55
892768447
closed
4 years ago
2
benchmark.run() crashes
#54
reifba
closed
4 years ago
4
Upload to PyPI
#53
basnijholt
closed
5 years ago
2
Sorry
#52
codertimo
closed
5 years ago
0
how to invalidate the cache
#51
millerthegorilla
closed
5 years ago
3
Fix IndentationError
#50
alok
closed
4 years ago
1
Modify threadsafety.py to trigger failure
#49
pbrady
closed
6 years ago
0
Make the rlock_count and rlock_owner local to the lock instead
#48
will133
closed
6 years ago
1
Build and release binary wheels
#47
ngoldbaum
opened
6 years ago
3
Remove 3.2 from travis due to setuptools requirement
#46
pbrady
closed
7 years ago
0
Create MANIFEST.in
#45
synapticarbors
closed
7 years ago
1
Is a cache accessible from another process?
#44
avostryakov
closed
8 years ago
2
Use composition rather than inheritance
#43
pbrady
closed
8 years ago
0
SymPy RecursionError crashes Python with fastcache installed
#42
asmeurer
opened
9 years ago
6
Python 2.6+ compatibility
#41
breznak
closed
4 years ago
2
Improve use for libraries, how set params at runtime?
#40
breznak
closed
9 years ago
2
optimize CFLAGS from better performance
#39
breznak
opened
9 years ago
0
Install from source creates corrupted python package
#38
breznak
closed
9 years ago
4
Can hash numpy.arrays in decorator
#37
breznak
closed
9 years ago
2
RuntimeError: cannot release un-acquired lock
#36
jonathanng
closed
6 years ago
13
Add a Gitter chat badge to README.md
#35
gitter-badger
closed
9 years ago
0
Version and Changelog updates for 1.0.2
#34
pbrady
closed
9 years ago
1
Change _PyObject_GC_TRACK to PyObject_GC_Track
#33
pbrady
closed
9 years ago
2
Problems installing on windows 8.1 x64 - Python 2.7.8
#32
canesin
closed
9 years ago
19
AttributeError: 'module' object has no attribute 'test'
#31
satels
closed
9 years ago
3
Improve py.test support
#30
pbrady
closed
10 years ago
0
Use pytest.fixture to simplify tests.
#29
pbrady
closed
10 years ago
0
Allow tests to be run inside python
#28
pbrady
closed
10 years ago
0
Add checks for Errors to propagate signals
#27
pbrady
closed
10 years ago
1
Signals sometimes get lost
#26
pbrady
opened
10 years ago
12
changes for 1.0 release
#25
pbrady
closed
10 years ago
0
Threadysafety
#24
pbrady
closed
10 years ago
0
add test for dynamic attribute creation
#23
pbrady
closed
10 years ago
0
allow attributes to be dynamically added to cacheobjects
#22
pbrady
closed
10 years ago
0
Fix stackoverflow error
#21
pbrady
closed
10 years ago
0
Optimize comparison by checking pointers
#20
pbrady
closed
10 years ago
0
Sometimes Infinite Recursion leads to stack overflow in Python 3
#19
pbrady
closed
10 years ago
1
use setuptools if using pip
#18
pbrady
closed
10 years ago
1
Strange error pip install 0.4.1
#17
pbrady
closed
10 years ago
0
changes for release 0.4.1
#16
pbrady
closed
10 years ago
0
state can now be a list or dict
#15
pbrady
closed
10 years ago
0
Typo fix.
#14
pbrady
closed
10 years ago
0
Added script to test threadsafety
#13
pbrady
closed
10 years ago
0
Warning while installing fastcache 0.4.0
#12
debugger22
closed
10 years ago
2
do not subclass list
#11
pbrady
closed
8 years ago
0
Possible stack overflow bug
#10
pbrady
closed
10 years ago
2
Compile time flags can now be passed via build and install
#9
pbrady
closed
10 years ago
0
Next