Giter Club home page Giter Club logo

Comments (7)

szyhf avatar szyhf commented on May 18, 2024

Looks like the opt.NotUseGse can't work properly while use storage.

load storage will call innerIndexDoc and send doc to segment chan.

from riot.

vcaesar avatar vcaesar commented on May 18, 2024

I will test update it, and welcome to optimization.

from riot.

szyhf avatar szyhf commented on May 18, 2024

All right, I'll try

from riot.

szyhf avatar szyhf commented on May 18, 2024

@vcaesar By the way, really pleasure to see the update of dep

from riot.

szyhf avatar szyhf commented on May 18, 2024

@vcaesar quite busy in past days, and our project fix the share with a temp solution, since the segmenter has a complex struct/interface and by your design I felt that you want keep the config simple.

I'm wondering using some design like what gRPC using in callOption`dialOption` to inject the complex implement like below:

// NewServer creates a gRPC server which has no service registered and has not
// started to accept requests yet.
func NewServer(opt ...ServerOption) *Server {
    //
}

What I Image the implement may look like:

type Optioner interface{
  // not designed yet
}

func (engine *Engine) Init(options types.EngineOpts, otherOpts ... Optioner ){

}
opt := types.EngineOpts{
//...
}
seg := mySeg{} // implement a `Optioner` interface
sthComplexToo := sth{} // implement a `Optioner` interface, too, may be the self imp storager
this.riotEngine = new(riot.Engine)
riotEngine.Init(opt, seg, sthComplexToo)

What's your opinion? My first target is to stripping the segmenter and second is the storager.

from riot.

vcaesar avatar vcaesar commented on May 18, 2024

Thanks for your tips and contributions, but I have a better solution, please see the code #55 .

from riot.

szyhf avatar szyhf commented on May 18, 2024

@vcaesar Great ~

from riot.

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.