Commit Graph

16 Commits

Author SHA1 Message Date
Wu Jian Ping 399a8a56e5 优化bench程序 2022-07-22 14:57:38 +08:00
Wu Jian Ping 481b006741 优化bench程序 2022-07-22 14:28:14 +08:00
Wu Jian Ping deb995feb0 bench程序增加对sip、eip合法性检测 2022-07-22 14:05:04 +08:00
Wu Jian Ping c6358117b4 bench程序: 增加单个IP段,检查5个IP,与其它语言保持一致 2022-07-22 13:56:56 +08:00
Wu Jian Ping f06e4b2544 更新bench app,增加比对结果 2022-07-22 13:44:23 +08:00
Wu Jian Ping df951bf319 增加bench测试程序 2022-07-22 13:24:10 +08:00
Wu Jian Ping 58a5898122 增加bench测试程序 2022-07-22 13:22:18 +08:00
Wu Jian Ping 2e9a8279c3 add test app 2022-07-22 11:03:10 +08:00
Wu Jian Ping 092708a0da update readme 2022-07-21 22:35:46 +08:00
Wu Jian Ping 056fac27c1 查询返回对象增加took(us)和ioCount 2022-07-21 22:31:44 +08:00
Wu Jian Ping 00c9d2dbcb . 2022-07-21 18:09:08 +08:00
Wu Jian Ping 90cb936a18 集成单元测试&覆盖率报告 2022-07-21 17:33:47 +08:00
Wu Jian Ping d9980db152 nodejs实现 2022-07-21 16:27:04 +08:00
lion a8448dd2b3 archive the v1.0 - old db structure 2022-06-16 16:25:31 +08:00
MaleDong 487129d59c [Feature] Add 'memorySearch' and 'memorySearchSync' for Nodejs
1) Add features.
2) Add unit tests.
3) Add benchmark.
2018-07-31 16:12:56 +08:00
MaleDong 1331f75997 Refactor of codes in node.js
1) Add async method: `binarySearch` and `btreeSearch`.
2) Refactor of tests by putting them into `tests` folder.
3) Create several new tests in details.
4) Remove useless and reformat codes to be clear.
5) Remove useless snapshots, because they can be recreated when you run `npm run test`.
2018-07-29 20:02:14 +08:00