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

feat(strmap): support str2str map using strmap and strstore #28

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

ppzqh
Copy link
Contributor

@ppzqh ppzqh commented Sep 17, 2024

What type of PR is this?

feat

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

(Optional) More detailed description for this PR(en: English/zh: Chinese).

BenchmarkStr2StrMapGC/std-keysize_20_n_100000-12 1218 938726 ns/op
BenchmarkStr2StrMapGC/new-keysize_20_n_100000-12 10000 113348 ns/op
BenchmarkStr2StrMapGC/std-keysize_100_n_100000-12 1173 938969 ns/op
BenchmarkStr2StrMapGC/new-keysize_100_n_100000-12 10000 115436 ns/op
BenchmarkStr2StrMapGC/std-keysize_20_n_400000-12 374 3378955 ns/op
BenchmarkStr2StrMapGC/new-keysize_20_n_400000-12 10000 114076 ns/op
BenchmarkStr2StrMapGC/std-keysize_100_n_400000-12 312 3560047 ns/op
BenchmarkStr2StrMapGC/new-keysize_100_n_400000-12 9650 113519 ns/op

(Optional) Which issue(s) this PR fixes:

(optional) The PR that updates user documentation:

@ppzqh ppzqh force-pushed the feat/strmap_strstore branch from 53af0a1 to e669acd Compare September 17, 2024 06:42
@ppzqh ppzqh force-pushed the feat/strmap_strstore branch from e669acd to fc5c5c5 Compare September 17, 2024 07:54
@ppzqh ppzqh merged commit cb56ecb into main Sep 17, 2024
16 checks passed
@xiaost xiaost deleted the feat/strmap_strstore branch September 27, 2024 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants