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

Index, broken performance #3

Closed
rrrlasse opened this issue Oct 27, 2011 · 0 comments
Closed

Index, broken performance #3

rrrlasse opened this issue Oct 27, 2011 · 0 comments

Comments

@rrrlasse
Copy link
Contributor

If the value range of integers is large, performance drops towards 0. Reproduce: In test-tightdb, modify % 1000 to % 10000 or more, in these two places:

    // create random string
    const size_t n = rand() % 1000;// * 10 + rand();
    const string s = number_name(n);

(insertion) and

    for (size_t i = 0; i < 100000; ++i) {
        const size_t n = rand() % 1000;
        const size_t res = table.first.Find(n);

(search)

@ghost ghost assigned rrrlasse May 1, 2012
@rrrlasse rrrlasse closed this as completed Feb 7, 2013
kspangsege added a commit that referenced this issue Jul 15, 2013
pavel-ship-it pushed a commit that referenced this issue Jul 28, 2020
# This is the 1st commit message:

Added basiс build configuration for macosx

# This is the commit message #2:

Fix complains on missing compilers

# This is the commit message #3:

It can build x86_64

# This is the commit message #4:

x86_64; arm64 in a single build

# This is the commit message #5:

remove unused code
added mergeLibs script

# This is the commit message #6:

Added basiс build configuration for macosx

# This is the commit message #7:

Fix complains on missing compilers

# This is the commit message #8:

It can build x86_64

# This is the commit message #9:

x86_64; arm64 in a single build
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant