dumper concurrent reading #19
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ips dump和ips pack命令现在支持reader_jobs参数,可用于调整读取操作的并发数。示例
读取 GeoLite2-City.mmdb 数据,重新打包生成 ipdb 数据库,1 个并发与 8 个并发的耗时对比,平台是 MBP M1 Max (8 cores)
ips dumpandips packcommands have been enhanced to support thereader_jobsparameter, allowing adjustment of the concurrency level for reading operations.Example
Reading GeoLite2-City.mmdb data and repackaging it into an ipdb database, comparing the time taken with 1 and 8 concurrent jobs, the platform used is MBP M1 Max (8 cores)