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

Convert components to arrow early in all log APIs #7620

Closed
emilk opened this issue Oct 7, 2024 · 1 comment
Closed

Convert components to arrow early in all log APIs #7620

emilk opened this issue Oct 7, 2024 · 1 comment
Labels
🏹 arrow concerning arrow 🌊 C++ API C/C++ API specific 🛑 controversial 🦀 Rust API Rust logging API

Comments

@emilk
Copy link
Member

emilk commented Oct 7, 2024

The archetype constructors in our Python API converts the given data to arrow right away.

In Rust and C++ however, our archetypes hold strongly typed data (e.g. struct Points { radii: Vec<f32> }).

This issue proposes we follow the Python model in Rust and C++ also;

Advantages

Related

@emilk emilk added 🏹 arrow concerning arrow 🦀 Rust API Rust logging API 🛑 controversial 🌊 C++ API C/C++ API specific labels Oct 7, 2024
@emilk emilk mentioned this issue Oct 7, 2024
6 tasks
@emilk
Copy link
Member Author

emilk commented Nov 4, 2024

@emilk emilk closed this as not planned Won't fix, can't repro, duplicate, stale Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏹 arrow concerning arrow 🌊 C++ API C/C++ API specific 🛑 controversial 🦀 Rust API Rust logging API
Projects
None yet
Development

No branches or pull requests

1 participant