Pascal Seitz
|
11b01e4141
|
chore: Release
|
2022-12-02 16:45:18 +08:00 |
|
Pascal Seitz
|
725f1ecb80
|
update cargo.toml
|
2022-12-02 16:43:17 +08:00 |
|
Pascal Seitz
|
584394db1e
|
fix Cargo.toml
|
2022-09-16 16:38:48 +08:00 |
|
Pascal Seitz
|
df32ee2df2
|
refactor, use BTreeSet for sorted deduped values
|
2022-09-16 16:38:48 +08:00 |
|
Pascal Seitz
|
63b2420058
|
fix get_range
change blank handling
optimize blank collection
fix off by one errors
extend tests
fix get_range
dedupe values to save space
add bench
|
2022-09-16 16:38:47 +08:00 |
|
Paul Masurel
|
26876d41d7
|
Moving the serialization logic to the fastfield_codecs crate.
|
2022-09-03 00:29:52 +09:00 |
|
Pascal Seitz
|
91f2f7e722
|
add proptest to ff codecs
|
2022-08-24 16:42:40 +02:00 |
|
Paul Masurel
|
abbd934ac9
|
Embeds OwnedBytes into the FastFieldCodecReader. (#1458)
|
2022-08-23 00:02:31 +09:00 |
|
dependabot[bot]
|
4875174d16
|
Update prettytable-rs requirement from 0.8.0 to 0.9.0 (#1446)
Updates the requirements on [prettytable-rs](https://github.com/phsym/prettytable-rs) to permit the latest version.
- [Release notes](https://github.com/phsym/prettytable-rs/releases)
- [Commits](https://github.com/phsym/prettytable-rs/compare/v0.8.0...v0.9.0)
---
updated-dependencies:
- dependency-name: prettytable-rs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-19 18:09:59 +09:00 |
|
Pascal Seitz
|
02691f2445
|
edition 2021 for subcrates
|
2022-07-04 14:19:32 +08:00 |
|
dependabot[bot]
|
fc24842a43
|
Update more-asserts requirement from 0.2.1 to 0.3.0 (#1384)
Updates the requirements on [more-asserts](https://github.com/thomcc/rust-more-asserts) to permit the latest version.
- [Release notes](https://github.com/thomcc/rust-more-asserts/releases)
- [Commits](https://github.com/thomcc/rust-more-asserts/compare/v0.2.2...v0.3.0)
---
updated-dependencies:
- dependency-name: more-asserts
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-10 10:38:28 +09:00 |
|
Paul Masurel
|
f0a2b1cc44
|
Bumped tantivy and subcrate versions.
|
2022-05-25 22:50:33 +09:00 |
|
Paul Masurel
|
2e255c4bef
|
Preparing for release
|
2022-03-09 09:59:08 +09:00 |
|
Paul Masurel
|
9f32b22602
|
Preparing for release.
|
2021-08-26 09:07:08 +09:00 |
|
Pascal Seitz
|
3e8f267e33
|
rename common to tantivy-common
|
2021-08-19 10:27:20 +01:00 |
|
Pascal Seitz
|
0b1add0ec6
|
move rand to optional dependencies
closes #1117
|
2021-07-21 17:49:24 +01:00 |
|
Pascal Seitz
|
1071ed84f2
|
fix cond compilation
|
2021-06-14 14:05:04 +02:00 |
|
Pascal Seitz
|
abb5624af2
|
add contributing guidelines, add codec comparer binary
add contributing guidelines
add codec comparer binary to test codec compressions with different test data sets
|
2021-06-14 13:56:40 +02:00 |
|
Pascal Seitz
|
60df629725
|
cargo.toml license desc and author
|
2021-06-14 13:56:40 +02:00 |
|
Pascal Seitz
|
483fdb79cc
|
add linear interpolation estimation
add estimation tests
add codec test data in tests
|
2021-06-14 13:56:40 +02:00 |
|
Pascal Seitz
|
3298d6cb71
|
move common to common crate, create fastfield_codecs crate
move common to common crate
create fastfield_codecs crate
add bitpacker to fast field codecs
add linear interpolation to fast field codecs
add tests
|
2021-06-14 13:56:40 +02:00 |
|