diff src/ChangeLog @ 5779:e9d0228c5671

Use a larger buffering size in #'copy-file too. src/ChangeLog addition: 2014-01-16 Aidan Kehoe <kehoea@parhasard.net> * fileio.c (READ_BUF_SIZE): [...] Use it in #'copy-file too, move its #define earlier to make that possible. Not relevant to the coding system buffering, but still helpful.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 16 Jan 2014 21:03:03 +0000
parents 319e18d08654
children 0853e1ec8529
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jan 16 20:26:27 2014 +0000
+++ b/src/ChangeLog	Thu Jan 16 21:03:03 2014 +0000
@@ -6,6 +6,10 @@
 	of #x10000, and that size works better with the coding system
 	buffering, improving performance there; move to this value.
 
+	Use it in #'copy-file too, move its #define earlier to make that
+	possible. Not relevant to the coding system buffering, but still
+	helpful.
+
 2014-01-16  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* file-coding.c: