Closed maxwell-k closed 4 years ago
Going to rebase so that:
src/src/btree.c
In an ideal world I wouldn't put a directory called src
inside another directory called src
; I welcome suggestions of better names.
Call it lmdb-backend?
Because this tree will only ever do one backend, lmdb. And its a nod to Howard. This tree will become deprecated relatively soon. Its our bootstrapper.
In a month or less I want to have a directory called say multi-backend. It'll be SQLite with multiple backends.
But then we will have something else which is our parser of choice with our backend of choice. And a lovely directory name we don't have to dream up yet.
Seem OK?
D
On Thu, 19 Dec 2019, 12:31 Keith Maxwell, notifications@github.com wrote:
Going to rebase so that:
- The change to btree.c which may impact performance is at the branch tip and
- To amend the path in the new copyright header to src/src/btree.c
In an ideal world I wouldn't put a directory called src inside another directory called src; I welcome suggestions of better names.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LumoSQL/LumoSQL/pull/13?email_source=notifications&email_token=AA6DBAMQUCARL2JM65ZEHRLQZNSQJA5CNFSM4J4UCRE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHJOVZQ#issuecomment-567470822, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6DBAJI6XLDVGV5IM6FTRTQZNSQJANCNFSM4J4UCREQ .
Need to quantify impact on speed