/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

divan.dev
| | golangbot.com
1.8 parsecs away

Travel
| | Arrays are collection of elements of the same type. A slice in Go is a convenient wrapper on top of array.
| | www.integralist.co.uk
1.4 parsecs away

Travel
| | I found myself recently trying to recall specific details of how slices work when needing to do something that meant I wanted to not mutate the underlying array data structure of the slice I was working with. Now the reason for why I wanted to do that isn't important. What's motivating this write-up is my want for a good reference document (not saying the official go blog isn't a good reference, but I have my own things I like to focus in on in these situations).
| | blog.percywegmann.com
1.7 parsecs away

Travel
| | Don't Overthink It
| | attractivechaos.wordpress.com
16.0 parsecs away

Travel
| As a Perl programmer, I enjoy a lot using hash tables. I keep this habit in C/C++ programming. Then what C/C++ hash libraries are available? How are they compared to each other? In this post, I will give a brief review of hash libraries and present a small benchmark showing their practical performance. Hash table...