- 15 Feb, 2017 1 commit
-
-
Nikias Bassen authored
Instead of letting the buffer grow by just the amount of bytes currently transformed to base64 - which is basically line by line - we now calculate the size of the output blob in advance and grow the buffer accordingly. This will reduce the amount of reallocs to just one, which is especially important for large data blobs. While this is a general improvement for all platforms, it is on platforms like Windows where realloc() can be REALLY slow; converting a 20mb blob to XML can easily take up to a minute (due to the several hundred thousand calls to realloc()). With this commit, it will be fast again.
-
- 22 Oct, 2016 1 commit
-
-
Nikias Bassen authored
-
- 13 Dec, 2013 1 commit
-
-
Nikias Bassen authored
-
- 27 May, 2011 1 commit
-
-
Nikias Bassen authored
-
- 28 Oct, 2009 1 commit
-
-
Jonathan Beck authored
-
- 26 Oct, 2009 1 commit
-
-
Jonathan Beck authored
-
- 19 Oct, 2009 1 commit
-
-
Jonathan Beck authored
-
- 16 Oct, 2009 1 commit
-
-
Jonathan Beck authored
-
- 15 Oct, 2009 1 commit
-
-
Jonathan Beck authored
-
- 13 Oct, 2009 1 commit
-
-
Jonathan Beck authored
-
- 13 Dec, 2008 2 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
Update library and make related files acordingly .
-
- 01 Sep, 2008 1 commit
-
-
Matt Colyer authored
Use "make indent" from now on before committing.
-
- 31 Aug, 2008 3 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 06 Aug, 2008 1 commit
-
-
Matt Colyer authored
-
- 01 Aug, 2008 1 commit
-
-
Matt Colyer authored
-
- 31 Jul, 2008 1 commit
-
-
Matt Colyer authored
-
- 29 Jul, 2008 2 commits
-
-
Matt Colyer authored
-
Zach C authored
-