search for: b720177a4e

Displaying 1 result from an estimated 1 matches for "b720177a4e".

2017 Apr 23
2
Question about the ticket #743 omindex: delay libmagic checks
...libmagic check after > the filesize checks, so you don't need to get into whether libmagic or > the database check is cheaper on average. hi, Olly, I have moved the libmagic check after the filesize check directly, https://github.com/caiyulun/xapian/commit/3a97d9ee5397fa900a473aa9b3d8eeb720177a4e can you provide your comments on it and give some advice about the next steps? I think it is hard to say which is cheaper between the libmagic and database check Thanks 2017-04-21 13:37 GMT+08:00 Olly Betts <olly at survex.com>: > On Fri, Apr 21, 2017 at 01:52:38AM +0800, YuLun Cai...