- 09 Nov, 2017 3 commits
-
-
MySQL Performance when using GF_DATABASE_URL
Carl Bergquist committed -
Use hex.EncodeToString to encode to hex
Carl Bergquist committed -
bergquist committed
-
- 08 Nov, 2017 4 commits
-
-
Dan Cech committed
-
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 3 commits
-
-
Sven Klemm committed
-
Furtchet committed
-
Update postgres.md
Carl Bergquist committed
-
- 04 Nov, 2017 1 commit
-
-
Alexander Zobnin committed
-
- 03 Nov, 2017 8 commits
-
-
Set MaxIdleConn and MaxOpenConn when using the GF_DATABASE_URL configuration. Also added GF_DATABASE_DEBUG flag to print SQL statements and SQL execution times. See #9784 for the details.
Furtchet committed -
'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 16 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
-