View Single Post
Old 06-21-2009, 12:09 PM   #43
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,440
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by Tuna View Post
Let me be clear that I would never suggest storing rendered versions - that was a misunderstanding on kovid's part. My point was that files can be pre-parsed and indexed to support efficient rendering. At the base level, indexing can involve both flattening the parse tree (eliminating those pesky CSS selectors) and providing efficient search spaces for locating document parts.
You are proposing creating an indexed version with flattened CSS (in other words a version that is rendered to some sort of binary format), not a pixel rendering perhaps, but still a rendered version and it will suffer from the same drawbacks. the drawbacks being the need to re-render everytie anything changes.
kovidgoyal is offline   Reply With Quote