Kovid Goyal f1d71a068e newdb: Speed up multisort() by lazy evaluation
The sort keys for the sub-sorted columns are now only evaluated on demand.
The common case is that the keys from the first column will differ,
therefore we can speed up sorting on average by delaying evaluation of
the sort keys for the second and later columns, only evaluating them
when the sort keys of the first column for a particular book differ.
The gains will be particularly noticeable for columns where calculating
the sort key is expensive, like composite columns or the series column.
2013-08-28 15:58:32 +05:30
2013-05-28 11:42:53 +05:30
2013-05-28 11:42:53 +05:30
2013-08-28 08:04:15 +05:30
2013-06-06 10:28:48 +05:30
2013-07-10 17:44:23 +02:00
2013-08-23 08:59:07 +05:30
2013-05-28 08:06:09 +05:30
2008-04-04 14:23:29 -07:00
...
2011-02-18 22:24:49 -07:00
2013-05-30 13:53:56 +05:30
...
2013-06-20 09:19:35 +05:30
...
2013-05-03 00:32:45 +05:30
...
2013-05-03 00:32:45 +05:30

calibre

calibre is an e-book manager. It can view, convert and catalog e-books in all of the major e-book formats. It can also talk to e-book reader devices. It can go out to the internet and fetch metadata for your books. It can download newspapers and convert them into e-books for convenient reading. It is cross platform, running on Linux, Windows and OS X.

For more information, see the calibre About page

Screenshots

Screenshots page

Usage

See the User Manual

Development

Setting up a development environment for calibre

A tarball of the source code for the current calibre release.

Description
The official source code repository for the calibre ebook manager
Readme GPL-3.0 360 MiB
Languages
Python 92.6%
C 3.3%
C++ 3.1%
HTML 0.4%
Shell 0.2%
Other 0.2%