We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f3066 commit ae05ab8Copy full SHA for ae05ab8
cmd/tools/bench/wyhash.v
@@ -6,6 +6,9 @@ import rand
6
import benchmark
7
8
fn main() {
9
+ _ := map{
10
+ 1: 1
11
+ }
12
rand.seed([u32(42), 0])
13
sample_size := 10000000
14
min_str_len := 20
cmd/tools/vwipe-cache.v
@@ -4,6 +4,9 @@ import os
4
import v.vcache
5
mut cm := vcache.new_cache_manager([])
cpath := cm.basepath
if os.exists(cpath) && os.is_dir(cpath) {
0 commit comments