Commit graph

  • 954ed1b8c3 cargo upgrade main Alain Emilia Anna Zscheile 2024-05-12 15:32:41 +0200
  • 5df3200133 add README.md Alain Zscheile 2023-01-26 16:46:53 +0100
  • b922dea9a9 cargo update Alain Zscheile 2023-01-25 17:10:26 +0100
  • 55e41748c1 core: bump version Alain Zscheile 2023-01-25 17:06:59 +0100
  • fbe69f488e hash_table: add unit test Alain Zscheile 2023-01-25 17:00:33 +0100
  • a40017fcf1 hash_table: add serializer Alain Zscheile 2023-01-25 16:31:05 +0100
  • 7d61a9b7fc core/hash_table: const fn Settings::chain_entry_size Alain Zscheile 2023-01-24 23:28:22 +0100
  • b2f4ec452e chore: cargo update Alain Zscheile 2023-01-13 17:28:51 +0100
  • 75dc9eb554 chore: fix clippy warnings Alain Zscheile 2023-01-13 17:28:34 +0100
  • afaa250026 core: use memchr for trunc_key_at0 Alain Zscheile 2023-01-13 17:20:55 +0100
  • 3758f94b03 core: simplify and fix hash table iterator Alain Zscheile 2023-01-13 17:10:28 +0100
  • d1fabb4804 fix: logic error in hash table impl (improper chain navigation) Alain Zscheile 2023-01-13 16:59:40 +0100
  • 946c991073 fix: properly propagate location overflows Alain Zscheile 2023-01-13 16:56:55 +0100
  • 7a54e48a09 refactor(core): move LinearTable stuff into separate file; add iterator for X2dhc -> hilbert Alain Zscheile 2023-01-11 16:23:45 +0100
  • c25c3f11ea core: fix Cargo.toml for publishing Alain Zscheile 2023-01-10 12:50:29 +0100
  • aadedaa1a3 hash tables: allow per-table custom entry size Alain Zscheile 2023-01-09 20:03:10 +0100
  • a3c3228c1a get rid of the name-repetition in HashTable stuff Alain Zscheile 2023-01-09 09:30:47 +0100
  • 9813001721 ls: add hash table lookup; refactor htv handling Alain Zscheile 2023-01-08 20:35:27 +0100
  • 511b32b320 ls: fix table formatting a bit Alain Zscheile 2023-01-08 20:04:45 +0100
  • d2a275be39 fix some obvious bugs Alain Zscheile 2023-01-08 19:17:35 +0100
  • b4cb7fa12c fix errors Alain Zscheile 2023-01-08 18:57:29 +0100
  • e530001a05 make sections more self-contained and add basic listing utility Alain Zscheile 2023-01-08 18:50:04 +0100
  • 7a67c9eb59 docs/example: use xxd notation Alain Zscheile 2023-01-08 09:22:46 +0100
  • 9a16509085 core: fix naming of x2dhc_lookup Alain Zscheile 2023-01-08 09:06:50 +0100
  • ac037f5a78 core: factor out HashTableSettings Alain Zscheile 2023-01-08 09:04:46 +0100
  • 3ad174908b core: +FileHeader::encode Alain Zscheile 2023-01-08 08:53:58 +0100
  • 7c06f7e045 core: +FileHeader::decode Alain Zscheile 2023-01-08 08:51:32 +0100
  • a9d2508495 core: +MAGIC Alain Zscheile 2023-01-08 08:10:01 +0100
  • 607b87cb77 core: add 2D hilbert curve table support Alain Zscheile 2023-01-08 06:57:37 +0100
  • b440739715 split hash-table code into separate file Alain Zscheile 2023-01-08 06:12:38 +0100
  • 25dd03ce25 more modifications, minimal rust stuff Alain Zscheile 2023-01-08 06:10:55 +0100
  • 74ce57c0ed fix small nitpicka and add example Alain Zscheile 2023-01-08 04:04:26 +0100
  • 66d54b0f2a initial commit Alain Zscheile 2023-01-07 17:59:35 +0100