-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: secondlife/python-llsd
base: main
head repository: secondlife/python-llsd
compare: SL-19707
- 15 commits
- 6 files changed
- 1 contributor
Commits on May 24, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 324d5af - Browse repository at this point
Copy the full SHA 324d5afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3117e20 - Browse repository at this point
Copy the full SHA 3117e20View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bcb4202 - Browse repository at this point
Copy the full SHA bcb4202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2106e - Browse repository at this point
Copy the full SHA 3a2106eView commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62bc530 - Browse repository at this point
Copy the full SHA 62bc530View commit details
Commits on Jun 5, 2023
-
SL-19707 - notation format serialization perf and depth improvements.
notation format now uses iteration to serialize, instead of recursion.
Configuration menu - View commit details
-
Copy full SHA for ca8b9b5 - Browse repository at this point
Copy the full SHA ca8b9b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bba106f - Browse repository at this point
Copy the full SHA bba106fView commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27da089 - Browse repository at this point
Copy the full SHA 27da089View commit details -
SL-19707 - Allow 'unlimited' depth binary formatting of llsd
And a few small perf improvements
Configuration menu - View commit details
-
Copy full SHA for 1573a08 - Browse repository at this point
Copy the full SHA 1573a08View commit details
Commits on Jun 8, 2023
-
SL-19707 - allow "infinite" depth when parsing XML LLSD
Uses iteration instead of recursion.
Configuration menu - View commit details
-
Copy full SHA for a73b2ac - Browse repository at this point
Copy the full SHA a73b2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d1332 - Browse repository at this point
Copy the full SHA 82d1332View commit details
Commits on Jun 12, 2023
-
SL-19707 - Binary parsing using iteration not recursion
Also, changed xml to use deque for slight perf increase
Configuration menu - View commit details
-
Copy full SHA for 44ddccc - Browse repository at this point
Copy the full SHA 44ddcccView commit details
Commits on Jun 13, 2023
-
SL-19707 Make notation parsing iterative
Also, a few perf tweaks
1Configuration menu - View commit details
-
Copy full SHA for 61923f2 - Browse repository at this point
Copy the full SHA 61923f2View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 1ebc616 - Browse repository at this point
Copy the full SHA 1ebc616View commit details
Commits on Jun 28, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 7c18a42 - Browse repository at this point
Copy the full SHA 7c18a42View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...SL-19707