Commit Graph

379 Commits

Author SHA1 Message Date
Damian Gryski
e353175bea
Create FUNDING.yml 2019-05-23 11:40:10 -07:00
moncho
a979e5eae2 Add Spanish translation - 'Optimization Workflow' section (#49)
* Translate How to Optimize section to Spanish

* Apply review suggestions and a few changes in the translation

for *profiling* and derivates, it was not always being translated
(as perfilado). I am not a great fan of the translation for this
term, but I think it looks better to keep the text consistent.
2019-05-21 16:34:07 -07:00
chunpinghe
cc8e3aace9 fix typo error (#48)
"系列化" should be "序列化"
2019-05-10 00:38:11 -07:00
lAzUr
f7123e56f7 correct translation in performance-zh.md (#47) 2019-05-09 22:15:55 -07:00
Damian Gryski
812c2ed902
Merge pull request #45 from jtn7/master
Some quote fixes
2019-05-07 11:53:24 -07:00
Damian Gryski
a073a66b6b
Merge pull request #46 from bernardosulzbach/pluralization-fix
Fixes a small pluralization mistake
2019-05-07 09:01:29 -07:00
Bernardo Sulzbach
760e3ae1c2
Fixes a small pluralization mistake 2019-05-07 12:23:31 -03:00
jtn7
6641c52252 Some quote fixes 2019-05-07 08:50:00 -04:00
Damian Gryski
a76ecc5af3
Merge pull request #44 from 0xflotus/master
fixed Similarly
2019-05-07 00:55:16 -07:00
Damian Gryski
2088892b86
Merge pull request #43 from tschaub/patch-1
Minor typo fix
2019-05-07 00:54:46 -07:00
0xflotus
166b5307e9
Merge pull request #1 from 0xflotus/patch-1
fixed Similarly
2019-05-07 09:25:52 +02:00
0xflotus
96f08fde9d
fixed Similarly 2019-05-07 09:25:36 +02:00
Tim Schaub
11ecdbfa48
Spelling fix 2019-05-06 20:27:25 -06:00
Damian Gryski
fd07e54397 Mention that O(1) can be slow sometimes.
Fixes #42
2019-05-06 15:58:44 -07:00
Damian Gryski
302751cfc1 a few more notes 2019-04-25 16:44:17 -07:00
moncho
1878a28b6a Add spanish translation - 'Algorithmic changes' section (#39)
* Add Algorithmic Changes section

Roughly one third of the text has been translated, the rest is still the
original text.

* Add algorithms section translations

* Complete the translation of Algorithmic Changes section

* Improve translations

* Improve translations

* Update section title translation

* Add missing main section title

* Improve translation, orthography

* Change CS101 phrase translation

* Update section title

* Update TOC

* Fix link
2019-04-23 16:27:02 -07:00
Damian Gryski
cdaf593e8b
Merge pull request #41 from hafizjef/patch-1
Fix repeated phrase from copy/paste.
2019-04-21 23:35:13 -07:00
Hafiz Jefri
4cc3149370
Update performance.md
Remove redundant words
2019-04-22 14:25:16 +08:00
Damian Gryski
40d484f07b note vegeta's customized rate functionality 2019-04-21 09:33:59 -07:00
Damian Gryski
66c96e083f add todo for protocol tradeoffs 2019-04-19 08:14:26 -07:00
Vladimir Varankin
27c1fa49e3 Add links to alternate implementations (#40)
Searching for a Go project knowing its name can be tricky, especially when the project is young and has not so unique name, e.g. `jingo`
2019-04-18 22:22:20 -07:00
Damian Gryski
e612406fec add bet365's jingo to encoding/json replacements 2019-04-18 10:45:02 -07:00
Damian Gryski
cb85034071
Merge pull request #38 from martskins/master
Add spanish translation - 'Data Changes' section
2019-04-15 08:04:00 -07:00
martskins
114579d875
Update performance-es.md 2019-04-15 09:00:56 -03:00
moncho
d7435a293c Apply suggestions from code review
Co-Authored-By: martskins <martskins@users.noreply.github.com>
2019-04-15 08:57:25 -03:00
Damian Gryski
d493ae7cc3 add link to inline assembly proposal 2019-04-14 08:48:42 -07:00
Damian Gryski
7541af7682 notes for assembly section 2019-04-14 07:54:43 -07:00
Damian Gryski
cdf5dd4f9b add proverb to cgo section 2019-04-14 06:47:48 -07:00
Damian Gryski
aa0dd84d76 start of prose for alternate implementation section 2019-04-14 06:47:23 -07:00
Martin Asquino
2c7e4847a5 add missing block to custom compression section 2019-04-13 20:54:11 -03:00
moncho
abf02fbf60 Update performance-es.md
Co-Authored-By: martskins <martskins@users.noreply.github.com>
2019-04-13 20:42:29 -03:00
moncho
66ff20bc3e Update performance-es.md
Co-Authored-By: martskins <martskins@users.noreply.github.com>
2019-04-13 20:42:17 -03:00
Martin Asquino
7984ea3b21 updated custom compression section 2019-04-13 14:40:46 -03:00
Damian Gryski
04d51296b3 group the numerical tuning notes 2019-04-13 08:38:05 -07:00
Damian Gryski
8c28dafde6 move tooling section to the end given I'm not sure I'm going to work on it 2019-04-13 08:09:29 -07:00
Damian Gryski
7d55ac03a8 fix notes on cache evictions 2019-04-13 07:34:27 -07:00
Damian Gryski
5176a93c93 fix typo: deals -> details 2019-04-13 06:52:15 -07:00
Damian Gryski
b376484cef update name of non-asm build tag 2019-04-12 09:17:01 -07:00
Damian Gryski
9d5a77a3a9 add small notes to pprof section 2019-04-11 21:42:25 -07:00
Damian Gryski
4b8adfee5f clarify what "it" is. 2019-04-11 11:15:22 -07:00
Damian Gryski
6b8f15506a clarify some data compression notes 2019-04-11 11:15:22 -07:00
martskins
4fbab503a9
Update performance-es.md 2019-04-11 11:04:24 -03:00
martskins
301cb5f214
Update performance-es.md 2019-04-11 11:02:33 -03:00
martskins
92eb65c861
Update performance-es.md 2019-04-11 10:24:17 -03:00
martskins
089c70dce3
Update performance-es.md 2019-04-10 19:05:14 -03:00
martskins
32356bf61c
Update performance-es.md 2019-04-10 13:06:41 -03:00
moncho
ec126b7e37 Apply suggestions from code review
apply suggestions

Co-Authored-By: martskins <martskins@users.noreply.github.com>
2019-04-10 12:05:23 -03:00
moncho
ed670cb672 Update performance-es.md
Co-Authored-By: martskins <martskins@users.noreply.github.com>
2019-04-10 12:02:22 -03:00
Martin Asquino
1d4ea7561c Add spanish translation - 'Data Changes' section 2019-04-09 22:16:24 -03:00
Damian Gryski
7fefd54492
Merge pull request #37 from inkel/patch-1
Use dot to separate numbers into thousands
2019-04-09 12:01:05 -07:00