Quote:
Originally Posted by kovidgoyal
Oh and the biggest bottleneck in conversion is usually CSS parsing, because the library calibre uses to parse CSS is based on regexes and so is very slow.
|
So, basically, the assumption that the cost in CPU time is way higher than disk I/O operations is correct?