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

Add an unsafe mode to TensorTable/TensorColumn (for internal use) #258

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

karlhigley
Copy link
Contributor

In situations where we do the same operations over and over again thousands of times, the validation is unlikely to catch new issues after the first time, so we can boost performance by skipping the validations.

In situations where we do the same operations over and over again thousands of times, the validation is unlikely to catch new issues after the first time, so we can boost performance by skipping the validations.
@karlhigley karlhigley added chore Maintenance for the repository api Changes or tweaks to the Core API labels Mar 28, 2023
@karlhigley karlhigley added this to the Merlin 23.04 milestone Mar 28, 2023
@karlhigley karlhigley self-assigned this Mar 28, 2023
@karlhigley karlhigley merged commit c8903ea into NVIDIA-Merlin:main Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changes or tweaks to the Core API chore Maintenance for the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants