TODO (view raw)
1A few things that could be hacked on.
2
3Remove httpsig key fetching from the input path.
4 If the key is known, check signature and reply 200 or 401.
5 If the key is unknown, immediately reply 202 and process later.
6
7The gob encoding for backend rpc uses more memory than needed.
8 A custom encoding could reduce allocations.
9 Maybe the backend could fetch the data itself.
10
11Several columns and indices have potentially long shared prefixes.
12 These could be stored rearranged, perhaps with last four bytes prepended.
13 https://here/there/9876 -> 9876https://here/there/9876