Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加快速构建配置 #1805

Merged
merged 4 commits into from
Feb 24, 2023
Merged

增加快速构建配置 #1805

merged 4 commits into from
Feb 24, 2023

Conversation

qiangwang
Copy link

增加快速构建配置

Description

增加快速构建配置:enableFastBuild,打开后构建时nextCheckPos会加1,产生更多空闲空间以降低构建耗时。

Fixes #1801

Type of Change

Please check any relevant options and delete the rest.

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

详见单测DoubleArrayTrieTest.testEnableFastBuild和AhoCorasickDoubleArrayTrieTest.testEnableFastBuild

Checklist

Check all items that apply.

  • ⚠️Changes must be made on dev branch instead of master
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings

@hankcs hankcs merged commit c52463f into hankcs:1.x Feb 24, 2023
@hankcs
Copy link
Owner

hankcs commented Feb 24, 2023

感谢贡献!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants