Closed nightshade427 closed 9 years ago
Im sure there is a better way to do this besides copying the buffer each time.
I believe this is fixed in 78acb7df404eec677de6550dcc0111c9aa2aa7b0
Buffer copying seems to be the only way to go. The good news is that since we are now copying the buffer (instead of using *output-buffer*
) we can just create a new static buffer that's the entire size of the given data and copy the data in one fell swoop (f15ff2e50348e23e36a09abb7bf726f14ffde09b). Seems to work faster than before.
Nice!! Will test out later tonight :)
see https://github.com/orthecreedence/cl-async/issues/122