Re: [PATCH 3/6] lib: factor out prefix related code to its own file

2020-12-20 Thread David Bremner
Tomi Ollila writes: > > Good stuff! is this extra line above intentional ? > > (otherwise I did not find anything else, but I may have > got tired looking through the series ;/) > > Tomi Nope, good catch. Dropped the extra whitespace in git. d ___

Re: [PATCH 3/6] lib: factor out prefix related code to its own file

2020-12-20 Thread Tomi Ollila
On Sun, Dec 20 2020, David Bremner wrote: > Reduce the size of database.cc, and limit the scope of prefix_table, > make sure it's accessed via a well-defined internal API. > --- > lib/Makefile.local | 4 +- > lib/database-private.h | 7 ++ > lib/database.cc| 203

[PATCH 3/6] lib: factor out prefix related code to its own file

2020-12-20 Thread David Bremner
Reduce the size of database.cc, and limit the scope of prefix_table, make sure it's accessed via a well-defined internal API. --- lib/Makefile.local | 4 +- lib/database-private.h | 7 ++ lib/database.cc| 203 ++- lib/prefix.cc | 210

[PATCH 3/6] lib: factor out prefix related code to its own file

2020-08-12 Thread David Bremner
Reduce the size of database.cc, and limit the scope of prefix_table, make sure it's accessed via a well-defined internal API. --- lib/Makefile.local | 4 +- lib/database-private.h | 7 ++ lib/database.cc| 201 ++- lib/prefix.cc | 210