This website requires JavaScript.
Explore
Help
Sign In
arsenetar
/
dupeguru
Watch
1
Star
0
Fork
0
You've already forked dupeguru
mirror of
https://github.com/arsenetar/dupeguru.git
synced
2025-03-10 05:34:36 +00:00
Code
Releases
Wiki
Activity
dupeguru
/
core_pe
History
Virgil Dupras
cea1ec7641
core_pe: Aah, got it. Performance from the new cache module are now comparable to the old Cython based one.
2010-01-30 17:19:40 +01:00
..
modules
core_pe: Aah, got it. Performance from the new cache module are now comparable to the old Cython based one.
2010-01-30 17:19:40 +01:00
tests
Removed the test for threading support in Cache. That feature has been removed in the previous commit.
2010-01-14 16:17:38 +01:00
__init__.py
Changed the build system (that commit is *huge*)
2009-12-30 16:34:41 +00:00
app_cocoa.py
Explicited pyobjc imports.
2010-01-18 08:48:44 +01:00
block.py
Removed svn keywords.
2010-01-02 16:52:18 +01:00
cache.py
Straightened out the blocks cache. Instead of having a single global threaded block cache in the app, there's just a cache path, and non-threaded caches are created when needed. Also, made Cache.clear() more robust (it will clear the cache even if the db is corrupted).
2010-01-14 16:14:26 +01:00
data.py
Removed svn keywords.
2010-01-02 16:52:18 +01:00
gen.py
Removed svn keywords.
2010-01-02 16:52:18 +01:00
matchbase.py
Straightened out the blocks cache. Instead of having a single global threaded block cache in the app, there's just a cache path, and non-threaded caches are created when needed. Also, made Cache.clear() more robust (it will clear the cache even if the db is corrupted).
2010-01-14 16:14:26 +01:00
scanner.py
Straightened out the blocks cache. Instead of having a single global threaded block cache in the app, there's just a cache path, and non-threaded caches are created when needed. Also, made Cache.clear() more robust (it will clear the cache even if the db is corrupted).
2010-01-14 16:14:26 +01:00