google-code-export / s3ql

Automatically exported from code.google.com/p/s3ql
0 stars 0 forks source link

Consider to handle read() and write() in C if object is cached #397

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It might be worthwhile to consider writing read() and write() in Cython, and 
only defer to the Python implementations if the object is not in the block 
cache. That way these calls wouldn't have to acquire the GIL.

However, we first need to measure how big the Python overhead on reads and 
writes is in the first place.

Original issue reported on code.google.com by Nikolaus@rath.org on 27 Apr 2013 at 2:43

GoogleCodeExporter commented 9 years ago
Moved to 
https://bitbucket.org/nikratio/s3ql/issue/14/consider-to-handle-read-and-write-i
n-c-if

Original comment by Nikolaus@rath.org on 12 Jan 2014 at 3:50