This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
MirrorHub
/
synapse
Watch
0
Star
0
Fork
You've already forked synapse
1
mirror of
https://mau.dev/maunium/synapse.git
synced
2024-11-16 15:01:23 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
694802eecd
synapse
/
changelog.d
/
16429.misc
2 lines
27 B
Text
Raw
Normal View
History
Unescape
Escape
Remove manys calls to cursor_to_dict (#16431) This avoids calling cursor_to_dict and then immediately unpacking the values in the dict for other users. By not creating the intermediate dictionary we can avoid allocating the dictionary and strings for the keys, which should generally be more performant. Additionally this improves type hints by avoid Dict[str, Any] dictionaries coming out of the database layer.
2023-10-05 17:07:38 +02:00
Reduce memory allocations.
Reference in a new issue
Copy permalink