Cory Grinstead

Results 119 comments of Cory Grinstead

to revive this a bit, i think a few lsp powered ones would be: ## `editor::SelectNextFunction` visually selects the next function within the buffer ```rs fn foo() { } fn...

Additionally, polars has a js library https://www.npmjs.com/package/nodejs-polars. It would be cool to add that same level of support to the lance js bindings.

> I started to fix this in https://github.com/lancedb/lance/pull/1693, but it causes drastic breaking changes in how schemas and page tables are handled. is it possible to do this in a...

As far as feature parity goes. Ideally i'd like to write some scripts that generate a coverage map between node & python features. We know some features will be much...

so this is actually one of the more challenging ones to implement. It requires extensive knowledge of the `n-api` framework, as well as the rust polars internals. If anyone is...

@Goblinlordx There is a significant amount of overhead when going from JS rust, or vice-versa. Polars is best used when reading/writing directly from the filesystem, or using the lazy apis...

So there is not much we can do about js rust for hot loops such as is the case with instantiating dataframes. The optimal solution would be to use [apache...

looks like the node.js team has been looking in to creating some fast paths for initializing objects via node-api https://github.com/nodejs/node/issues/45905

I think this is an interesting idea, and one that I have considered as well. There are some considerations to take into account though. the python & rust implementations both...

@jaychia this file appears to not be public ``` > aws s3 cp s3://daft-public-datasets/testing_data/lineitem.parquet ./lineitem.parquet --no-sign-request fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden ```