[go-nuts] gosyms - ordered, indexed symbol tables

2016-08-24 Thread fncodr
://github.com/fncodr/gosyms /fncodr -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, v

[go-nuts] Re: gosyms - ordered, indexed symbol tables

2016-08-24 Thread fncodr
Oh, and any ideas on how to squeeze some more performance out of this or otherwise improve the code are most welcome, of course. /fncodr Den torsdag 25 augusti 2016 kl. 02:36:55 UTC+2 skrev fnc...@gmail.com: > > gosyms provides symbols that sort effectively by comparing index instead >

[go-nuts] Re: gosyms - ordered, indexed symbol tables

2016-08-24 Thread fncodr
self is a preference, I prefer not wasting brain power thinking up new names for receivers. The custom bsearch is twice as fast, probably because of no method calls; anyway, it's not rocket surgery. Did you see the benchmarks section in the README? /fncodr Den torsdag 25 augusti 2016 k