Displaying 2 results from an estimated 2 matches for "no_inclusion_of_third_party_code".
2017 Dec 08
2
xapian 1.4 performance issue
Olly Betts writes:
 > On Thu, Dec 07, 2017 at 10:29:09AM +0100, Jean-Francois Dockes wrote:
 > > Recoll builds snippets by partially reconstructing documents out of index
 > > contents.
 > > 
 > [...]
 > > 
 > > The specific operation which has become slow is opening many term position
 > > lists, each quite short.
 > 
 > The difference will actually
2017 Dec 13
0
xapian 1.4 performance issue
...nough and
> appropriate for Recoll, and bundle it together with the appropriate Xapian
> parts.
That wouldn't be popular with distros packaging recoll - they'll want to
use their existing Xapian packages instead of a bundled code copy, e.g.
see:
https://wiki.debian.org/UpstreamGuide#No_inclusion_of_third_party_code
https://fedoraproject.org/wiki/Bundled_Libraries
https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies#When_code_is_bundled.3F
It also means you wouldn't benefit from improvements in new Xapian
releases, and would end up having to maintain the old version you picked
yourself.
Cheers,
    O...