]> gitweb.factorcode.org Git - factor.git/commit
random.pcg-vec: delete the vocab
authorAlexander Ilin <alex.ilin@protonmail.com>
Sat, 21 Jan 2023 00:30:44 +0000 (01:30 +0100)
committerAlexander Ilin <alex.ilin@protonmail.com>
Sat, 21 Jan 2023 00:49:31 +0000 (01:49 +0100)
commit79f744ebaa8134290d9275720e4377b94ace1a1b
tree27b9ee224a04e42d7747a12a89a2433a1d8de2cc
parent366fd787932508a049bf41120e081ffa8a0af7e1
random.pcg-vec: delete the vocab

The "vectorized" implementation is slower than the tuple-based one in the
random.pcg vocab, and it has extra memory load, see 4array in rot-state.
extra/random/pcg-vec/authors.txt [deleted file]
extra/random/pcg-vec/pcg-vec.factor [deleted file]
extra/random/pcg-vec/tags.txt [deleted file]
extra/random/pcg/pcg.factor