edgedb / edgedb-net

The official .NET client library for EdgeDB
https://edgedb.com
Apache License 2.0
83 stars 9 forks source link

Parallel codec visiting #74

Closed quinchs closed 8 months ago

quinchs commented 8 months ago

Summary

This pr adds parallel visiting of codecs, where applicable. This generally increases performance for large-scale data structures by visiting them in parallel instead of linearly