Commit b765274
authored
Docs: Add additional documentation and example for
# Which issue does this PR close?
- Part of #9061
# Rationale for this change
@tustvold says
#9058 (comment)
> My 2 cents is it would be better to move the codepaths relying on
ArrayData over to using the typed arrays directly, this should not only
cut down on allocations but unnecessary validation and dispatch
overheads.
Let's make sure the documentation also encodes this wisdom
# What changes are included in this PR?
Improve the documentation for `make_array` to include the information
about `make_array`
# Are these changes tested?
By CI
# Are there any user-facing changes?
Only docs and an example, no functional changesmake_array (#9112)1 parent b2aeab1 commit b765274
1 file changed
+30
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
761 | | - | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
762 | 790 | | |
763 | 791 | | |
764 | 792 | | |
| |||
0 commit comments