Commit graph

14 commits

Author SHA1 Message Date
76abf5ea6e Remove PageIdx and LinkIdx again
I don't think the type safety is worth the effort right now.
2024-08-26 01:29:28 +02:00
7a2372fedd Refactor data representation and storage
Mostly moving around code
2024-08-25 21:40:11 +02:00
4bdfc34706 Support new info in brood 2024-08-25 20:27:49 +02:00
32ce86682c Switch from simd-json back to serde_json
If I remember correctly, there wasn't any significant performance
improvement, but I might be misremembering.
2024-06-27 21:51:29 +02:00
ae83abe67e Update dependencies 2024-06-27 21:38:41 +02:00
2e6539cbc5 Fix redirect importing 2022-10-22 19:38:35 +02:00
67f405a21e Make data representation more flexible 2022-10-22 15:52:07 +02:00
49b27715f0 Print duplicate page map entries 2022-10-22 15:40:45 +02:00
5656f65b6c Refactor ingestion 2022-10-22 01:21:59 +02:00
3296f6d15a Fix page link_idx computation 2022-10-22 00:05:15 +02:00
3a75089e5a Make adjacency list extensible 2022-10-21 20:39:53 +02:00
f71092058b Refactor export and add page length 2022-10-03 22:14:58 +02:00
d910047b48 Perform consistency check when reexporting 2022-10-03 18:11:51 +02:00
266f001d46 Move commands to own module 2022-10-03 18:04:24 +02:00
Renamed from brood/src/ingest.rs (Browse further)