mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 21:24:06 -05:00
perf: tiny detail in int indices in solver
This commit is contained in:
parent
29892d07de
commit
97d87cc58f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ module Mk_int_id() = struct
|
||||||
let compare : t -> t -> int = compare
|
let compare : t -> t -> int = compare
|
||||||
let hash = CCHash.int
|
let hash = CCHash.int
|
||||||
let[@inline] to_int i = i
|
let[@inline] to_int i = i
|
||||||
let[@inline] of_int_unsafe i = i
|
external of_int_unsafe : int -> t = "%identity"
|
||||||
end
|
end
|
||||||
|
|
||||||
module Make(Plugin : PLUGIN)
|
module Make(Plugin : PLUGIN)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue