Code Monkey home page Code Monkey logo

Comments (1)

slusarz avatar slusarz commented on June 15, 2024 1

Hi @grosjo,

Thanks for your message.

I would respectfully disagree that we are doing duplicate work. Yes, we are both using Xapian. But I think our development strategies and goals are different.

I was already asked about the differences between the two plugins, and commented about it here: #4 (comment).

The main design goal differences I see is that your code (or at least the last time I looked) is doing several things that are already handled by Dovecot core functionality (e.g. stemming). Additionally, your configuration recommends a large amount of vsz memory in order to do indexing.

Flatcurve's design goal was to be integrated with Dovecot core as much as possible. Additional, flatcurve's expectation is that indexing may be done on much smaller servers, so a big design goal was to limit the amount of memory required - it should work in almost all cases with < 256 MB - and there has been much work done regarding things like database sharding to facilitate this.

I am open to discussion surrounding my observations. And I would gladly welcome any conversation or suggestions surrounding the best way of using Xapian with Dovecot, as you obviously have much experience in that area. However, my conclusion is that our two projects are ... different. And that's perfectly ok. Choice is good, especially since the feature set - outside of the high-level of which indexing service is being developed against - is not the same.

from dovecot-fts-flatcurve.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.