Open Issues Need Help
View All on GitHub Use streaming API instead of loading everything into memory at once about 2 months ago
enhancement help wanted rust
Change transport to less expensive format 3 months ago
AI Summary: The task is to optimize the communication between the Elixir and Rust parts of the Duckex project by replacing the current JSON-based transport with a more efficient alternative, such as ETF or CBOR. This involves modifying the Rust code to serialize and deserialize data using the chosen format and updating the Elixir code to handle the new format.
Complexity:
4/5
enhancement good first issue rust