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

long GUID cannot beyond 65535 patch #596

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

long GUID cannot beyond 65535 patch #596

wants to merge 7 commits into from

Commits on Apr 20, 2018

  1. long GUID cannot beyond 65535 patch

    with new long guid generation algorithm,
    1000000 guids' generation time benchmark:
    MacOS Native C++: 1s
    CPython: 14.4s(提交的版本)
    Pure Python implementation: 45s
    Cython: 44s
    sekkit committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    d8edc05 View commit details
    Browse the repository at this point in the history
  2. makefile

    sekkit committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    974c7cf View commit details
    Browse the repository at this point in the history
  3. add configure

    ./configure
    sekkit committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    477329c View commit details
    Browse the repository at this point in the history
  4. hardcode path

    sekkit committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    a06cd35 View commit details
    Browse the repository at this point in the history
  5. change mkfile

    sekkit committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    8eba711 View commit details
    Browse the repository at this point in the history
  6. make

    sekkit committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    43d820e View commit details
    Browse the repository at this point in the history
  7. mk

    sekkit committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    8e49e92 View commit details
    Browse the repository at this point in the history