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
Damian Gryski
7a62bf2351
smallmemory website is back
2018-11-25 07:09:02 -08:00
Damian Gryski
ba5377b1bc
add pessimization quote
2018-11-25 06:53:34 -08:00
Daniel Fireman
03779f9822
Fixing place of 'Optimzation Workflow Summary' in ToC
2018-10-15 12:38:06 -07:00
Pure White
739815d720
Update performance-zh.md
2018-10-15 12:36:40 -07:00
Seebs
2b24ff3590
Minor typo fixes
...
Added a comma to one sentence, otherwise this is markdown
issues (escape a _, match a backtick) and a couple of spellings
of "contended" as "contented". (I hope that one isn't
to contentious, but I contend that the content isn't
changed and I'm content with it, also English is a mistake.)
2018-10-10 12:29:10 -07:00
Vitor Godoy
f3fbdafab4
Fixing typos
2018-10-10 12:28:26 -07:00
Vitor Godoy
0bf7a06e95
Fixing some typos
2018-10-10 12:28:26 -07:00