Misc cleanups, add performance regression test

This commit is contained in:
Alcaro
2020-03-29 06:38:48 +02:00
parent 2b03ce2e5f
commit 304815ca87
5 changed files with 15 additions and 26 deletions

View File

@@ -122,7 +122,6 @@
//I'd prefer to let them allocate from an array I give it, but divsuf doesn't allow that, and there
// are only half a dozen allocations per call anyways.
//This ends up in libdivsufsort if available, otherwise lite.
#include "divsufsort.h"
static void sufsort(int32_t* SA, uint8_t* T, int32_t n)
{