Commit Graph

366 Commits

Author SHA1 Message Date
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
Leandro López
da095b5602
Use dot to separate numbers into thousands
In Spanish it's the opposite of English: `,` is for decimals, `.` is for thousands.
2019-04-09 11:49:20 -03:00
Damian Gryski
ba6ce71f66
Merge pull request #36 from rocajuanma/when_and_where
Add Spanish translation -  "When and Where to optimize" section
2019-04-09 07:47:25 -07:00
Juanma Roca
00ae677d48 Apply additional corrections to translation after comments 2019-04-09 10:24:12 -04:00
Juanma Roca
10ca9c9f24 Apply corrections after comments 2019-04-08 16:18:21 -04:00
Juanma Roca
27cfa12b18 Add Spanish translation - "When and Where to optimize" section 2019-04-08 15:28:44 -04:00
Damian Gryski
0cea1baceb
Merge pull request #35 from marc-gr/master
Add spanish readme and first intro
2019-04-08 06:28:29 -07:00
Marc Guasch
5f032f3e7d Change spanish version with more suggestions 2019-04-08 10:43:16 +02:00
Marc Guasch
7e4e6c81ee Change spanish version with suggestions 2019-04-05 20:54:01 +02:00
Marc Guasch
9e5b65eaa3 Add spanish readme and first intro 2019-04-04 09:57:37 +02:00
Damian Gryski
713f41a81b add clour performance anti-patterns from mspnp 2019-04-02 23:49:38 -07:00
Damian Gryski
f74798a71f another optimization blog post 2019-04-02 23:45:09 -07:00
Damian Gryski
16a992b60d more links 2019-04-02 23:39:39 -07:00
Damian Gryski
e66b82e132 add poly1305 esc.go rewrites which are simpler and faster 2019-04-02 23:29:30 -07:00