Commit Graph

336 Commits

Author SHA1 Message Date
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
Damian Gryski
b2587ca396 todos for editing given dave's workshop 2019-03-28 22:08:47 -07:00
Damian Gryski
1349b950db mention avo 2019-03-28 22:08:36 -07:00
Damian Gryski
6e9fe0ee94 add another assembly reference 2019-03-26 08:30:52 -07:00
Damian Gryski
d4dd043478 add another load tester for network protocols 2019-03-18 21:49:18 -07:00
Damian Gryski
3f25d7a3d3 mention gc pinning 2019-03-14 22:38:20 -07:00
Damian Gryski
be6aecd37d clarify working for pointer-free maps; mention pointer-free slices too 2019-03-14 09:24:31 -07:00
Damian Gryski
ab6f5adfff mention prove pass for bce 2019-03-13 09:51:47 -07:00
Damian Gryski
2de923ef2e premature optimization ties you into decisions 2019-02-12 17:58:57 -08:00
Damian Gryski
b8463bafb5 add benchmark evaluation checklist 2019-01-03 12:50:50 -08:00
Damian Gryski
ccf9d4b06e mention another writebarrier patch 2018-12-09 07:39:25 -08:00
Varun
5f7f1023d3 some typo fixes (#34) 2018-12-09 06:40:23 -08:00
Damian Gryski
fd5bb89dd6 placeholder for tips on algorithm selection 2018-12-06 06:12:58 -08:00
Damian Gryski
9fa5657c98 add example for slow binary.Read/Write 2018-12-06 06:12:48 -08:00
Damian Gryski
0cc64954fc flesh out section on in-process vs. external caches 2018-12-04 13:22:38 -08:00
Damian Gryski
debb9c24e1 tweak real-world inputs for benchmarking 2018-11-30 06:56:33 -08:00
Damian Gryski
a7e084c4c6 package names should be fixed-width 2018-11-29 07:21:10 -08:00
Damian Gryski
08f224c831 people ask about flame graphs 2018-11-29 07:18:33 -08:00
Damian Gryski
5c5f1acd46 tweak to algorithmic change example 2018-11-29 07:18:14 -08:00
Damian Gryski
2a9ee43179 rework augmented data structure section 2018-11-28 06:55:52 -08:00
Damian Gryski
6f4ca6604a more "benchmarking is hard" text 2018-11-27 10:05:45 -08:00
Damian Gryski
b89ce8ea0d tweak random inputs section; move cache bit to caching section 2018-11-27 06:57:57 -08:00
Damian Gryski
059d838201 mention effects of random data in benchmarks 2018-11-27 06:18:30 -08:00
Damian Gryski
085c11002a mention monte carlo and las vegas randomization 2018-11-26 13:08:58 -08:00
Damian Gryski
0da2084559 mention geomean for benchmark sets 2018-11-26 13:08:42 -08:00
Damian Gryski
c32429ddab expand data structure cache; move general cache sections together 2018-11-26 07:19:21 -08:00
Damian Gryski
ed183e3093 add "remove nil-check-from-loop CL" 2018-11-25 08:21:13 -08:00
Damian Gryski
371d50b87a clarify "encode" meant "write tests" 2018-11-25 08:20:57 -08:00
Damian Gryski
7d3b9773a0 caching algorithms have code complexity cost too 2018-11-25 08:01:50 -08:00
Damian Gryski
ff9d71d367 improve examples working around poor code generation with complicated code 2018-11-25 07:57:35 -08:00
Damian Gryski
639e13fb8f expand on singe-item caches 2018-11-25 07:28:36 -08:00