Browsing Abkhazian translation

716 of 111 results
7.
Doing the above on files that are in different directories, so as to ensure that they are in different cylinder groups and cause even more seeking.
(itstool) path: item/p
(no translation yet)
Located in C/harmful.page:28
8.
Repeatedly doing the above when it only needs to be done once.
(itstool) path: item/p
(no translation yet)
Located in C/harmful.page:33
9.
Ways in which you can optimize your code to be seek-friendly:
(itstool) path: page/p
(no translation yet)
Located in C/harmful.page:38
10.
Consolidate data into a single file.
(itstool) path: item/p
(no translation yet)
Located in C/harmful.page:43
11.
Keep data together in the same directory.
(itstool) path: item/p
(no translation yet)
Located in C/harmful.page:48
12.
Cache data so as to not need to reread constantly.
(itstool) path: item/p
(no translation yet)
Located in C/harmful.page:53
13.
Share data so as not to have to reread it from disk when each application loads.
(itstool) path: item/p
(no translation yet)
Located in C/harmful.page:58
14.
Consider caching all of the data in a single binary file that is properly aligned and can be mmapped.
(itstool) path: item/p
(no translation yet)
Located in C/harmful.page:63
15.
The trouble with disk seeks are compounded for reads, which is unfortunately what we are doing. Remember, reads are generally synchronous while writes are asynchronous. This only compounds the problem, serializing each read, and contributing to program latency.
(itstool) path: page/p
(no translation yet)
Located in C/harmful.page:68
16.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU Free Documentation License from the Free Software Foundation by visiting <link href="http://www.fsf.org">their Web site</link> or by writing to: Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1335, USA.
(itstool) path: license/p
(no translation yet)
Located in C/index.page:7
716 of 111 results

This translation is managed by translation group gnome-translation-project.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.