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

Includes pybind11/numpy only where it's required #1015

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

JohanMabille
Copy link
Collaborator

@JohanMabille JohanMabille commented Oct 31, 2023

Reference Issues/PRs

What does this implement or fix?

This PR starts to clean up the includes chain to reduce the build time.

Any other comments?

Checklist

Checklist for code changes...
  • Have you updated the relevant docstrings, documentation and copyright notice?
  • Is this contribution tested against all ArcticDB's features?
  • Do all exceptions introduced raise appropriate error messages?
  • Are API changes highlighted in the PR description?
  • Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?

Signed-off-by: Julien Jerphanion <[email protected]>
jjerphan and others added 4 commits January 22, 2024 18:09
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
…lue types.

Instead of relying on argument deduction and convention over the first template argument, we instead here rely on the standard way to get the value-type of a container or range.
Note that this suggests that a concept for Tensor could be helpful here for only compiling valid code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants