Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: secondlife/python-llsd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: secondlife/python-llsd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: SL-19707
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 1 contributor

Commits on May 24, 2023

  1. SL-19707 - use iterators instead of recursion to generate XML

    This will allow us to handle much deeper hierachies.
    
    Also, reduce the number of function calls required to render
    values for performance.
    roxanneskelly committed May 24, 2023
    Configuration menu
    Copy the full SHA
    324d5af View commit details
    Browse the repository at this point in the history
  2. Increase depth test

    roxanneskelly committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3117e20 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Speed optimizations

    roxanneskelly committed May 25, 2023
    Configuration menu
    Copy the full SHA
    bcb4202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a2106e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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

Commits on Jun 5, 2023

  1. SL-19707 - notation format serialization perf and depth improvements.

    notation format now uses iteration to serialize, instead of recursion.
    roxanneskelly committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ca8b9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba106f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    27da089 View commit details
    Browse the repository at this point in the history
  2. SL-19707 - Allow 'unlimited' depth binary formatting of llsd

    And a few small perf improvements
    roxanneskelly committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    1573a08 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. SL-19707 - allow "infinite" depth when parsing XML LLSD

    Uses iteration instead of recursion.
    roxanneskelly committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a73b2ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d1332 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. SL-19707 - Binary parsing using iteration not recursion

    Also, changed xml to use deque for slight perf increase
    roxanneskelly committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    44ddccc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. SL-19707 Make notation parsing iterative

    Also, a few perf tweaks
    roxanneskelly committed Jun 13, 2023
    1 Configuration menu
    Copy the full SHA
    61923f2 View commit details
    Browse the repository at this point in the history
  2. SL-19707 - CR fixes

    remove some unused functions.
    roxanneskelly committed Jun 13, 2023
    2 Configuration menu
    Copy the full SHA
    1ebc616 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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