datopian / frontend-v2

CKAN / Data Portal frontend as microservice in pure Javascript (Node).
http://tech.datopian.com/frontend/
MIT License
38 stars 18 forks source link

Avoid making copies of objects where it is unnecessary. #224

Closed anuveyatsu closed 2 years ago

anuveyatsu commented 2 years ago

Datapackage objects can grow significantly depending on number of resources, schema etc. In some situations it may lead to taking up too much memory so we don't want to make unnecessary copies of such objects.