psilord

Results 6 comments of psilord

Hey, could this be bumped up in priority if possible? I'm in need of stuff like this in vari: ``` layout(std430) buffer MyBuffer { int rows, cols; int board[]; };...

In looking at this more closely, my change actually has an error. I hadn't realized that fast-read-byte could also return an eof-value in addition to an unsigned-byte. I would suggest...

And, here is a patch which fixes fast-read-byte to have a 1MB cache vector when reading from the stream as opposed to byte by byte reading. This made my read...

And, here is the function I used to test it: ``` (defun cpk-test (num-elements file) (let ((data (make-array num-elements :element-type '(unsigned-byte 32) :initial-element 0))) (format t "Initializing data array.~%") (loop...

I checked out sbcl 1.3.6 and discovered that the THE patch has almost no effect, so the compiler seems to have gotten smarter, but the buffering patch indeed improved performance....

Any news on this topic? I'd like to use this package, but it seems still not to be in melpa. Was the license ever changed or updated so the tools...