schungx / rhai

Rhai - An embedded scripting language for Rust [dev repo, may regularly force-push, pull from https://github.com/rhaiscript/rhai for a stable build]
https://github.com/rhaiscript/rhai
Apache License 2.0
9 stars 3 forks source link

[WIP] Fixing Shared Dynamic issues #22

Closed Eliah-Lakhin closed 4 years ago

Eliah-Lakhin commented 4 years ago

This is a work-in-progress PR.

schungx commented 4 years ago

Be careful not to incur excessive copying, especially for large arrays and maps. This may kill performance.

Eliah-Lakhin commented 4 years ago

This approach was a failed attempt in resolving of re-borrowing issue, so I'm closing PR.