Till Knuesting

Results 10 comments of Till Knuesting

so simply removing ``` // Check the number of offsprings value if mod.NOffsprings

> > we add QueuedIDGenerator = defaultQueuedID > > I think, its wrong way. Need to hardcode faster hashing function and all. > Nobody need to configure it, all members...

Here is a benchmark of hashing strings 3 to 254 characters long with md5 and xxhash. 3 is the min and 254 max length of an email address. The change...

@xetys I would kindly ask you to merge some pull request more frequently

I generally suggest to **not use naked returns** as assignment bugs can be prevented by this. Something like this should be much better to read :-) ``` func (s *Server)...

I think Go would be a good fit for your needs. Do not use Fast HTTP though as we have seen no advantage in production.

> @tegk, creating a lot of issues like this without even reading the code isn't really helpful. Please consider sending a single pull request with commits fixing the issues instead....

> One issue would have been enough :P Thanks, I will keep this in mind. The issues are not related to each other from a technical perspective thus seemed the...

> Waiting for your great PRs! @foxcpp Why so salty? I would prefer a technical discussion why the values are not checked as this seems to be a pattern in...