@jmoiron @buckwilson mmm, nice. been liking this for rainy time glass-o-scotch: http://t.co/9eZejx5QTa
@jmoiron TIL that the unix epoch repeats on leap seconds, so e % 86400 will always give you a midnight. http://t.co/gdVMfPeoyT
@jmoiron @Ed_Forson definitely check out http://t.co/QWkuCQKDlU to learn more about what Go data structures look like in memory
@jmoiron @Ed_Forson map[string]struct{} is the actual type. You can use struct definitions inline, this one is just empty.
@jmoiron @Ed_Forson i explain a little here: http://t.co/coDRjksyXr also, struct{} is a type, an inline empty struct, it is 0-byte
@jmoiron @jamwt planning to pretty soon. Compress perf still poor; does a big worst case alloc up front, like python. Trying to fix that first.
@jmoiron @Ed_Forson benches compared map[string]struct{} to map[int]struct{}; needed the str, so used map[int]*Metric (these are types, not literals)
@jmoiron @Ed_Forson structs are a compile time thing, there's no header, so struct{} is a 0-byte type. A pointer is 1 word, strings are 2.
@jmoiron a meandering piece about #Golang performance tuning for work at @datadoghq https://t.co/TWczkJh09f
@jmoiron on #Python 2.7 extension: Last 5 years have been spent making the jump from 2.x to 3.x less difficult, not more compelling.
@jmoiron #heartbleed security notices for dpkg inclined people: http://t.co/bOsH1Bkbpk and https://t.co/c9DowDX2oM
@jmoiron RT @bradfitz: So glad that all my public-facing SSL servers are using #golang's crypto/tls package, and not OpenSSL. #Heartbleed
@jmoiron RT @mandyoser: YES .@ArdesiaWineBar: Oh yes it's that time of year ... #burrata #excited #yesyesyes http://t.co/If9v5w21BP
@jmoiron The key to making programs fast is to make them do practically nothing. -- http://t.co/vZgMiIriIP
@jmoiron @jordanorelli but its steadfast commitment to the culinary theme redeems it, doesn't it? (see also: https://t.co/jZCyG3vsRe)