Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ float64_array
Function
float64_array
benchmarks/python/benchmark.py:88–89 ·
view source on GitHub ↗
(values: Iterable[float])
Source
from the content-addressed store, hash-verified
86
87
88
def
float64_array(values: Iterable[float]) -> np.ndarray:
89
return
np.array(list(values), dtype=np.float64)
90
91
92
def
bool_array(values: Iterable[bool]) -> np.ndarray:
Callers
2
create_sample
Function · 0.85
from_pb_sample
Function · 0.85
Calls
2
list
Function · 0.50
array
Method · 0.45
Tested by
no test coverage detected