hydraplatform / hydra-server

GNU Lesser General Public License v3.0
5 stars 0 forks source link

Fix tests and improve performacnce by using JSONObjects and anydicts … #32

Open knoxsp opened 1 year ago

knoxsp commented 1 year ago

…instead of dedicated objects

Related to #31, this includes some previously unimplemented functions and fixes.

NOTE: Going forward I propose to replace almopst all complexmodels with AnyDict in conjunction with JSONObjects, where possible because this improves performance drastically.