edgedb / edgedb-net

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

Parallel codec visiting #74

Closed quinchs closed 9 months ago

quinchs commented 10 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