bakape / brunhild

experimental compressive Rust virtual DOM library
MIT License
13 stars 0 forks source link

Don't double-store heap-allocated resources in ValueMap #2

Closed bakape closed 5 years ago

bakape commented 5 years ago

In case of ArrayString it's fine, but otherwise use a Box<T> and unsafe pointers.