[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Reading large files
- From: Alex Sandro Queiroz e Silva <ventonegro@...>
- Date: Wed, 24 Aug 2005 16:14:49 -0300
Hallo,
I've seen this in the monotone mailing list:
"The current method for determining if a file is binary involves reading
in the entire file into memory in lua, and then calling a C++
function to determine if that string is binary. Lua is stunningly
inefficient at reding in a large file (reading in 100MiB copies 1.4GiB)."
Is this true? I'm skeptical of this.
-alex
http://www.ventonegro.org/