a
a
my long winded rant aside - https://github.com/caddyserver/website/pull/400
> Yeah largely time has been the issue re testing, but also lack of energy to dedicate to it when we're also maintaining and adding new features. The only full...
just ran into this. after banging my head against the wall for a few hours, that is.. I've been doing some work to try to fix this. Re: @KallynGowdy I...
> > perhaps its better to unite these two return types into a single return type that can be shared by the close method? not sure. any thoughts? > >...
i would be very interested in the conversion of Stream from struct -> interface and also creating a HookStream is this something you are still interested in and would accept...
> @elee1766 Can you clarify a little... 'HookStream'? But generally, if it's re-usable and helpful I see now problems in adding new features 🙂 this "bloom filter" can be generified...
> I see 🙂 Reminds me a little of middleware, it has the same layered next() calls... > > I'd honestly say this is somewhat over-engineered for a simple library...
> > I think it makes some sense still to make stream an interface > > True! And then we can maybe even hide the internal type... > > I...
thanks for giving attention. i'll probably just replace directive the package in the project where the performance matters that makes a lot of sense. If we want to reduce the...
ok, i put it here for now https://github.com/elee1766/xsync/blob/elee/map.go this seems to be okay. as for MapOf, making the zero value valid would mean being able to reflect out a hasher...