arthurhsu / lovefield-ts

Lovefield TypeScript port: successor of google/lovefield
Apache License 2.0
47 stars 3 forks source link

Consider optimize Index#get() #31

Open arthurhsu opened 1 year ago

arthurhsu commented 1 year ago

Current signature always returns an array, while majority of in-field case just needs a value. May consider to implement a different signature/path to optimize the join operations.