Closed hsleep closed 9 years ago
@hsleep: instead of using JsValue, can't we use inner class such as InnerValLike? toSimpleVertexArrJson will be called on every single edge on result(if there are 10000 result edge, then 10000 times). multiOrdering is also depending on JsValue which is not obvious to me. looking for path on JsValue seems quite slow. can you add benchmark testcase for this purpose??
@SteamShon I've change some code to gain better performance. Also, add benchmark TC and include n-grinder test result.
resolve #158