1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

map: use hashmap instead of b-tree

This commit is contained in:
Alexander Medvednikov
2020-02-20 20:04:06 +01:00
parent ab8d883fee
commit 7705281459
6 changed files with 699 additions and 744 deletions

View File

@@ -15,8 +15,8 @@
// try running with and without the `-prod` flag
module wyhash
#flag -I @VROOT/thirdparty/wyhash
#include "wyhash.h"
//#flag -I @VROOT/thirdparty/wyhash
//#include "wyhash.h"
fn C.wyhash(byteptr, u64, u64) u64