# HG changeset patch # User Steve Losh # Date 1468536049 0 # Node ID 1f2f509a1ce1cf17285506d92044e9495d25e200 # Parent fd32ca8cab58b82c146dd994d0b2a100659441da Update diff -r fd32ca8cab58 -r 1f2f509a1ce1 README.markdown --- a/README.markdown Thu Jul 14 13:56:45 2016 +0000 +++ b/README.markdown Thu Jul 14 22:40:49 2016 +0000 @@ -42,6 +42,7 @@ [miniyank]: https://github.com/bfredl/nvim-miniyank [YankRing]: http://www.vim.org/scripts/script.php?script_id=1234 [Paredit]: https://github.com/vim-scripts/paredit.vim +[PAIP]: http://www.amazon.com/dp/1558601910/?tag=stelos-20 ## June 2016 @@ -755,3 +756,7 @@ * Got [Bones][] to run on ECL. I needed to hack [policy-cond][] to do it, but I talked to the ECL maintainer in IRC and hopefully I should be able to remove the hack in the future. Performance is pretty bad, but at least it runs! +* Tried out the [PAIP][] tries for [Hype][]'s transposition tables, but they + don't seem to be much better than a vanilla CL hash table, at least in SBCL. + Oh well. +* Wrote a real nasty macro to improve the performance of Bones' hot loop.