You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sven Slootweg 9bf76eb220 WIP 4 years ago
..
README.md WIP 4 years ago
any-all-via-define.js WIP 4 years ago
benchmark.js WIP (optimizer infrastructure) 4 years ago
db-test.js WIP 4 years ago
expressions.js WIP 4 years ago
forum-queries.js WIP 4 years ago
generate-random-data.js WIP 4 years ago
index.js WIP 4 years ago
old-optimizer.js WIP 4 years ago
query-strategy-comparison.js WIP 4 years ago
query.js WIP 4 years ago
raqb-concepts copy.js WIP 4 years ago
raqb-concepts.js WIP 4 years ago
test-sales-data.csv WIP 4 years ago
testcase-suboptimal-1.js WIP 4 years ago
todo.js WIP 4 years ago
useful-ast-tools.txt WIP 4 years ago

README.md

The experiments

This directory contains various experiments in API design (and sometimes code to test them out) that I wrote up over a couple of years, in the process of trying to determine the right API design for raqb. They are kept here for historical purposes; it might give some insight into the design process.

Most of this code won't actually be runnable, and none of it is production-ready code, nor any kind of recommendation. Definitely don't copy-paste code from here!