IncrementalInference.jl icon indicating copy to clipboard operation
IncrementalInference.jl copied to clipboard

Enum CCW.threadmodel::Union{Type{SingleThreaded}, Type{MultiThreaded}}

Open dehann opened this issue 5 years ago • 0 comments

struct field of ::Union type is bad for performance. Drop to just something simple and easy like an enum? Will effect the stack all the way up to addFactor!(...., threadmodel=MULTITHREADED)

dehann avatar Jul 21 '20 05:07 dehann