From b843dc84f4e1e67333330f25aabe281a76a1cf98 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 9 Jun 2024 08:53:06 -0700 Subject: [PATCH] Comment --- historical/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 historical/README.md diff --git a/historical/README.md b/historical/README.md new file mode 100644 index 0000000..b58e151 --- /dev/null +++ b/historical/README.md @@ -0,0 +1,5 @@ +The implementation in this directory is weird, inefficient, and bad. +It is not suitable for anything. + +But the description of how the table-building "works", and the ideas behind it, is still good. +Just... never actually use this for anything, or you will discover (as I did!) that it's a bit more work to get something reasonable.