hashtable optimize, aggresive SIMD via openmp

This commit is contained in:
2023-06-12 19:06:31 +08:00
parent f9205dc2a6
commit 0815222e96
13 changed files with 212 additions and 112 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
#ifndef _AQUERY_H
#define _AQUERY_H
enum Log_level {
enum Log_level : int {
LOG_INFO,
LOG_ERROR,
LOG_SILENT
};
enum Backend_Type {
enum Backend_Type : int {
BACKEND_AQuery,
BACKEND_MonetDB,
BACKEND_MariaDB