- 08 Nov, 2017 3 commits
-
-
Using the EncodeToString function from the encoding/hex package is much faster than calling the fmt.Sprintf with %x Benchmark results below with the following code func BenchmarkHexPrint(b *testing.B) { data := []byte("hellothere") for n := 0; n < b.N; n++ { // _ = fmt.Sprintf("%x", data) _ = hex.EncodeToString(data) } } name old time/op new time/op delta HexPrint-4 188ns ± 1% 99ns ± 1% -47.40% (p=0.008 n=5+5) name old alloc/op new alloc/op delta HexPrint-4 64.0B ± 0% 64.0B ± 0% ~ (all equal) name old allocs/op new allocs/op delta HexPrint-4 2.00 ± 0% 2.00 ± 0% ~ (all equal)
Agniva De Sarker committed -
Seuf committed
-
Mitsuhiro Tanda committed
-
- 07 Nov, 2017 1 commit
-
-
Daniel Lee committed
-
- 06 Nov, 2017 2 commits
-
-
Sven Klemm committed
-
Update postgres.md
Carl Bergquist committed
-
- 04 Nov, 2017 1 commit
-
-
Alexander Zobnin committed
-
- 03 Nov, 2017 7 commits
-
-
'Annotations' is a plural noun, so it doesn't require adding ‑s to the end of the verb
Nadezhda Mosunova committed -
Torkel Ödegaard committed
-
Alexander Zobnin committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 02 Nov, 2017 4 commits
-
-
Patrick O'Carroll committed
-
chore(docs): update the search Query Example
Carl Bergquist committed -
[bug fix] (cloudwatch) fix default alias format
Carl Bergquist committed -
- Updated the last Search Dashboards Example , so that the Example Request and Response seem related
Ratna Deep Simhadri committed
-
- 01 Nov, 2017 17 commits
-
-
bergquist committed
-
(cloudwatch) add period alias
Carl Bergquist committed -
bergquist committed
-
bergquist committed
-
bergquist committed
-
Patrick O'Carroll committed
-
Torkel Ödegaard committed
-
bergquist committed
-
bergquist committed
-
Torkel Ödegaard committed
-
Mitsuhiro Tanda committed
-
Mitsuhiro Tanda committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Patrick O'Carroll committed
-
Torkel Ödegaard committed
-
Patrick O'Carroll committed
-
- 31 Oct, 2017 5 commits
-
-
Daniel Lee committed
-
MAINTAINER is deprecated, now using LABEL
Carl Bergquist committed -
cglewis committed
-
sync
Charlie Lewis committed -
Torkel Ödegaard committed
-