diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-11-17 19:54:42 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-11-17 19:56:33 +0100 |
commit | 879a753d2a87905e76f0cea3893954d5c80e97d1 (patch) | |
tree | 694c343ffdd3ab813b4dcc85a4b99b1bb2efd1b5 /open_issues/performance | |
parent | 2e427f5c33a0b335338a9a75a79d8ee601755ced (diff) |
topgit: Add section about (not) running it on GNU/Hurd.
Diffstat (limited to 'open_issues/performance')
-rw-r--r-- | open_issues/performance/io_system.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/open_issues/performance/io_system.mdwn b/open_issues/performance/io_system.mdwn index f5b5506a..0d41d3c7 100644 --- a/open_issues/performance/io_system.mdwn +++ b/open_issues/performance/io_system.mdwn @@ -33,9 +33,14 @@ optimizing complex systems. That said, the killing feature we are definitely missing is the read-ahead, and even a very simple implementation would bring very big performance speedups. -Here's a real use-case: [[binutils_ld_64ksec]]. +Here are some real testcases: + + * [[binutils_ld_64ksec]]; + + * running the Git testsuite which is mostly I/O bound; + + * use [[TopGit]] on a non-toy repository. -Another one is running the Git testsuite which is mostly I/O bound, too. Possible mentors: Samuel Thibault (youpi) |