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

Format/Parse binary from/to BigInteger #85392

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    3c127ea View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Fix comment: use '?:' to assign ValueStringBuilder variable to make i…

    …t 'unsafe to return' so that can assign stackalloced.
    lateapexearlyspeed committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    64a0ead View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    4216498 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    1bcf7f8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    63923da View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    19c701d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    56e701f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    817c58c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    24d88c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a90e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3987f71 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    8b58eb7 View commit details
    Browse the repository at this point in the history
  2. Improve Format(): use ValueStringBuilder just as wrapper for destinat…

    …ion span, so to save extra buffer allocation and copy in ValueStringBuilder.
    lateapexearlyspeed committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6cea91a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    3007b48 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fix comment: refactor ParseNumber() to extract common abstract operat…

    …ions for previous Hex and new Binary.
    lateapexearlyspeed committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cd0a03d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Fix comment: refine naming; make BinNumberToBigInteger() general patt…

    …ern similar as HexNumberToBigInteger's
    lateapexearlyspeed committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f22d2e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    17434aa View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    bdfddf5 View commit details
    Browse the repository at this point in the history