Skip to content

Commit 98f3b9e

Browse files
committed
MAX_V 16 -> 12 メモリ使用量半分
1 parent 3d0764d commit 98f3b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use super::client::*;
44

55
const SIZE_OUTER: i32 = 128;
66
const SIZE_INNER: i32 = 16;
7-
const MAX_V: i32 = 16;
7+
const MAX_V: i32 = 12;
88
const STEP_LIMIT: i32 = 5;
99

1010
fn clip_int(x: i32, limit: i32) -> i32 {

0 commit comments

Comments
 (0)