0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added version numbers to ASDs More... almost 9 years ago
Added changes from Elliott Johnson to make it compatible with Allegro modern mode Lisp More... about 13 years ago
Tweaked package loading a little bit so that I can more verbosely make sure I am loading the exact package that I am trying to test. More... over 14 years ago
Tweaked package loading a little bit so that I can more verbosely make sure I am loading the exact package that I am trying to test. More... over 14 years ago
Added better decls for my 1-D arrays. More... over 14 years ago
Rearranged tests so that it is easier to get a series of timings. More... over 14 years ago
Added clisp ignores More... over 14 years ago
Oops.. should not have had trailing slashes on my dir names More... over 14 years ago
Added more dirs to ignore. More... over 14 years ago
Rearranged .gitignore a bit to accomodate asdf-binary-locations. More... over 14 years ago
Made sure that I do not divide by zero calculating coefficients for small arrays. More... over 14 years ago
Added regression test. Currently, only works for me under SBCL since NST doesn't get along too well with most of the other free Lisp implementations. More... over 14 years ago
Tweaked copy buffer routine so it can take arbitrary arrays of numbers instead of requiring complexes More... over 14 years ago
Tweaked a bit to accomodate other lisp impls. More... over 14 years ago
Removed some old functions that are no longer used. More... over 14 years ago
Major speed improvements again. Have the memory licked in SBCL. Still need to track down Clozure memory. More... over 14 years ago
Sorted out all but one compiler note in fft function. Allocates less than 1/2 the memory it did. Getting faster. More... over 14 years ago
Removed profiling by default in test.lisp More... over 14 years ago
Removed a bunch of the lambdas that were really slowing things down. More... over 14 years ago
Major speed improvment in the FFT... still needs more though... More... over 14 years ago
Added better assert message for non-power of two. More... over 14 years ago
Fixed a problem where I was not doing the last row when running parallelized. More... over 14 years ago
Tweaked to use closures instead More... over 14 years ago
Streamlined array reference lambdas when the array is 1-D More... over 14 years ago
Fixed bug with arrays of length 1 More... over 14 years ago
Got rid of use of (WITH-SLOTS ...) in (NEXT-ROW ...) More... over 14 years ago
Added parallel FFT into version control... also tweaked buffer accesses for speed. More... over 14 years ago
Added type decls in places... More... over 14 years ago
Added fft and ifft functions complete with buffer copying More... over 14 years ago
Took advantage of cool "(CONSTANTLY ...)" function and got rid of warnings on "(SIN ...)" calls. More... over 14 years ago