Commit Graph

611 Commits

Author SHA1 Message Date
lion 11df874b5d reduce the data copy for vectorIndex search with content cached 2022-06-23 15:03:18 +08:00
lion 5b058d2a8a optimize the bench average costs stats 2022-06-23 14:57:02 +08:00
lion 9659a920e9 content buffer directly as vectorIndex 2022-06-23 14:52:39 +08:00
lion ca6b26c53a remove the vectorIndex autoload for buffer based searcher to reduce memory usage 2022-06-23 11:42:28 +08:00
Lion a835d15d0a update docs 2022-06-22 19:23:03 +08:00
Lion ee1c22f932 add docs for php binding 2022-06-22 19:21:08 +08:00
Lion 7b7171c233 update the docs for cache-policy 2022-06-22 19:20:59 +08:00
Lion d482335ca2 add bench test script 2022-06-22 18:49:02 +08:00
Lion 431e42209c print the cache policy for bench 2022-06-22 18:48:06 +08:00
Lion fc843205d5 util test script to test all the utils functions 2022-06-22 18:06:50 +08:00
Lion bf0f413a22 xdb searcher util and tests 2022-06-22 17:36:01 +08:00
Lion b08e798e27 print the dataLen and dataPtr for debug 2022-06-22 15:59:29 +08:00
Lion 10d3287b4d record the start and end segment index ptr 2022-06-22 10:22:40 +08:00
lion 6149b68a84 add php xdb searcher impl 2022-06-21 18:02:54 +08:00
lion 8e88caecab break for the undefine option 2022-06-21 18:02:40 +08:00
lion 59434d03c9 use the Header struct 2022-06-21 11:34:47 +08:00
lion 14badde79e add header mgr struct 2022-06-21 10:57:47 +08:00
lion 9751227b97 fix the bug of header write and regen the xdb file 2022-06-21 10:47:28 +08:00
lion 7eb4a5ba5e add copy right statement and author contact info 2022-06-21 10:21:37 +08:00
lion 08a4ad245d add cache-policy option desc 2022-06-20 22:12:21 +08:00
lion e59d71e316 add docs for cache searcher create 2022-06-20 21:45:59 +08:00
Lion 08b1656e02 add vectorIndex/Content cache policy impl 2022-06-20 15:14:33 +08:00
Lion 4b4984fce0 add Makefile and docs for golang xdb maker and binding 2022-06-19 19:07:03 +08:00
Lion 9cb3bbcb07 add load header func 2022-06-18 19:36:45 +08:00
Lion 059446caa7 add vector index and xdb content load util func 2022-06-18 19:29:24 +08:00
lion db4aa26547 update the command docs 2022-06-17 15:48:48 +08:00
lion 16720b7b26 xdb_maker and usage docs 2022-06-17 15:35:58 +08:00
lion ffb5488988 package the source lib to xdb 2022-06-17 15:23:02 +08:00
lion be472cbbf7 Update the docs 2022-06-17 15:06:34 +08:00
lion 0b36cb947b rename pacakge to xdb and add SearchByStr impl 2022-06-17 14:45:16 +08:00
lion 985dabd51c add golang searcher binding 2022-06-17 14:18:44 +08:00
lion c6a7652d9e Update the doc 2022-06-17 10:10:42 +08:00
lion 6254a598fc add search and bench doc for golang maker 2022-06-16 16:58:08 +08:00
lion 27a8b249ae track the first xdb file 2022-06-16 16:45:44 +08:00
lion 602dc9203b Add golang xdb maker implemetation 2022-06-16 16:44:02 +08:00
lion d746d5d4b2 init the v2.0 framework with v1.0 source kept 2022-06-16 16:27:56 +08:00
lion 1e2544cc57 archive the v1.0 - old db structure 2022-06-16 16:25:31 +08:00
Lion bfd70f95dd add english README 2022-06-02 12:41:17 +08:00
Lion 2965980a53 Merge pull request #223 from Morsmalleo/master
English README.md
2022-06-02 12:13:21 +08:00
Morsmalleo 802c1bb305 Update README.md 2022-06-01 10:13:24 +08:00
Morsmalleo 4e3847455b Update README.md 2022-06-01 10:12:06 +08:00
Morsmalleo de023c538f Rename README-EN.md to README.md 2022-06-01 09:44:50 +08:00
Morsmalleo 4cc87ef6fc Update and rename README.md to README-EN.md 2022-06-01 09:44:09 +08:00
lion 95ee8edef1 add db design and impl video link 2022-05-21 21:56:27 +08:00
lion feb9198470 add data upgrade impl video links 2022-05-21 21:52:51 +08:00
lion f41b8080e2 add video link 2022-05-21 21:50:19 +08:00
lion 238557ea78 Merge branch 'master' of https://gitee.com/lionsoul/ip2region 2022-05-21 18:18:28 +08:00
lion 3d1fabb9bd Add data upgrade based on region detect doc 2022-05-21 18:16:52 +08:00
Lion 21c1c5ca11 Merge pull request #220 from lionsoul2014/dependabot/npm_and_yarn/binding/nodejs/async-2.6.4
Bump async from 2.3.0 to 2.6.4 in /binding/nodejs
2022-04-29 10:32:02 +08:00
dependabot[bot] 1b8d8598b1 Bump async from 2.3.0 to 2.6.4 in /binding/nodejs
Bumps [async](https://github.com/caolan/async) from 2.3.0 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.3.0...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 15:55:54 +00:00