I've ported SQLite to a system where it is important for speed that when writing memory to a file that the memory blocks be aligned to 128 or even 256 bytes and that the size of the blocks be as large as possible, preferably a power of two. After looking through the code it seems like making this change would be rather involved. Does anyone have any thought on how I could modify the code to achieve one or both of these constraints? It seems like these changes could easily improve the speed of SQLite for other platforms as well.
Thanks in advance, Ben Nason
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]