This release improves the overall performance of the library, both in terms of memory and time consumption.
More specifically, it makes the following modules more efficient: `NullTransformer`, `DatetimeTransformer`,
`LabelEncodingTransformer`, `NumericalTransformer`, `CategoricalTransformer`, `BooleanTransformer` and `OneHotEncodingTransformer`.
It also adds performance-based testing and a script for profiling the performance.
Issues closed
* Add performance-based testing - Issue [194](https://github.com/sdv-dev/RDT/issues/194) by amontanez24
* Audit the NullTransformer - Issue [192](https://github.com/sdv-dev/RDT/issues/192) by amontanez24
* Audit DatetimeTransformer - Issue [189](https://github.com/sdv-dev/RDT/issues/189) by sarahmish
* Audit the LabelEncodingTransformer - Issue [184](https://github.com/sdv-dev/RDT/issues/184) by amontanez24
* Audit the NumericalTransformer - Issue [181](https://github.com/sdv-dev/RDT/issues/181) by fealho
* Audit CategoricalTransformer - Issue [180](https://github.com/sdv-dev/RDT/issues/180) by katxiao
* Audit BooleanTransformer - Issue [179](https://github.com/sdv-dev/RDT/issues/179) by katxiao
* Auditing OneHotEncodingTransformer - Issue [178](https://github.com/sdv-dev/RDT/issues/178) by sarahmish
* Create script for profiling - Issue [176](https://github.com/sdv-dev/RDT/issues/176) by amontanez24
* Create folder structure for performance testing - Issue [174](https://github.com/sdv-dev/RDT/issues/174) by amontanez24