lance 4.0.0

A columnar data format that is 100x faster than Parquet for random access.
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors

// The memory tests don't work currently on MacOS because they rely on thread
// local storage in the allocator, which seems to have some issues on MacOS.
#[cfg(target_os = "linux")]
mod resource_test;