<div>Morning,</div><div><br></div><div>I&#39;m putting together an equivalent of a dataframe from R in Racket.  </div><div><br></div><div>To maximize performance of computation over vectors of real numbers is FlVector the correct type to use in Typed Racket?  </div>
<div>Is there some sort of performance gain by having flvector-length in addition to vector-length?</div><div>Is the following behavior a bug?</div><div><br></div><div><div>&gt; (vector-length (flvector 1.2 2.3))</div><div>
stdin::43119: Type Checker: Expected Vector, but got FlVector in: (flvector 1.2</div></div><div><br></div><div>Thanks,</div><div><br></div><div>Ray</div>