Skip to content

Commit

Permalink
MAX_V 16 -> 12 メモリ使用量半分
Browse files Browse the repository at this point in the history
  • Loading branch information
iwiwi committed Jul 20, 2020
1 parent 3d0764d commit 98f3b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use super::client::*;

const SIZE_OUTER: i32 = 128;
const SIZE_INNER: i32 = 16;
const MAX_V: i32 = 16;
const MAX_V: i32 = 12;
const STEP_LIMIT: i32 = 5;

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

0 comments on commit 98f3b9e

Please sign in to comment.