Release MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags
thanks for you reply.

first all i did not mean my words as criticism but report of issue(s) found and quick and very easy improvement idea (*).

now, i think only MySQL version matters which is 5.6 and btw running on FreeBSD.

(*) i think from this
Code:
file=open(filename, 'rb')
file.read()
to this
Code:
f=open(filename, 'rb')
file = mmap.mmap(f.fileno(), 0)
file.read()
does not require too much programming but really speed up things. Up to you to consider or not Wink
Reply


Messages In This Thread
Beta Testers needed - by Xycl - 2012-11-06, 12:14
RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - by grrr - 2013-05-17, 16:29
Filter / TAG Question ? - by knutklo - 2015-04-07, 16:38
Logout Mark Read Team Forum Stats Members Help
MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags1