Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/__slots__ #23

Merged
merged 3 commits into from
Jan 18, 2024
Merged

feature/__slots__ #23

merged 3 commits into from
Jan 18, 2024

Conversation

jafetcc02
Copy link
Collaborator

@jafetcc02 jafetcc02 commented Jan 17, 2024

Use __slots__ in classes LightCleaner and DataFrameToSQL to optimize the use of memory

Used slots in classes LightCleaner and DataFrametoSQL to optimize the use of memory
@jzsmoreno jzsmoreno changed the title feature/slots feature/__slots__ Jan 18, 2024
* reformatted with `isort`
@jzsmoreno jzsmoreno merged commit 04b776f into develop Jan 18, 2024
2 checks passed
@jzsmoreno jzsmoreno deleted the feature/memory_optimization branch January 18, 2024 15:53
jzsmoreno added a commit that referenced this pull request Jan 19, 2024
* I messed up last time, now it is correct, fix problematic prints

* Update `fast_upload.py`

* Correct `latin-1` to `utf-8` in example and add things to the `README.md` file

* Fix `README.md`

* Update `README.md`

* Update `setup.py`

* Update `README.md`

* Improve description

* Update documentation

* Update `README.md`

* minor change

* feature/`__slots__` (#23)

* feature/`__slots__`

Use `__slots__` in classes `LightCleaner` and `DataFrameToSQL` to optimize the use of memory

* reformatted with `black`

* Create `health.py`

* `main.py` refactored

* Update `main.py`

---------

Co-authored-by: jzsmoreno <[email protected]>
Co-authored-by: Jafet Castañeda Cerdán <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants