-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a Node.js BSON user
I want to create Vectors from and transform vectors to native types
So that I can work with the compact efficient data type idiomatically
User Experience
- What is the desired/expected outcome for the user once this ticket is implemented?
- BSON Vectors can be made from relevant TypedArrays easily
- BSON Vectors can be turned into relevant TypedArrays easily
Dependencies
Risks/Unknowns
- What could go wrong while implementing this change? (e.g., performance, inadvertent behavioral changes in adjacent functionality, existing tech debt, etc)
- should be No existing impact to code paths
- Is there an opportunity for better cross-driver alignment or testing in this area?
- No
- Is there an opportunity to improve existing documentation on this subject?
- No but see DRIVERS-3031
Acceptance Criteria
Implementation Requirements
- See design
Testing Requirements
- unit test, spec test sync, etc
Documentation Requirements
- DOCSP ticket, API docs, etc
Follow Up Requirements
- additional tickets to file, required releases, etc
- if node behavior differs/will differ from other drivers, confirm with dbx devs what standard to aim for and what plan, if any, exists to reconcile the diverging behavior moving forward