mentat/db/src
Richard Newman 1817ce7c0b Performance and cleanup. r=emily
* Use fixed-size arrays for bootstrap datoms, not vecs.
* Wide-ranging cleanup.

    This commit:
    - Deletes some dead code.
    - Marks some functions only used by tests as cfg(test).
    - Adds pub(crate) to a bunch of functions.
    - Cleans up a few other nits.
2018-03-06 09:03:00 -08:00
..
add_retract_alter_set.rs Schema alteration. Fixes #294 and #295. (#370) r=rnewman 2017-03-20 13:18:59 -07:00
bootstrap.rs Performance and cleanup. r=emily 2018-03-06 09:03:00 -08:00
cache.rs Update cache on write. (#566) r=emily 2018-03-06 09:01:20 -08:00
db.rs Update cache on write. (#566) r=emily 2018-03-06 09:01:20 -08:00
debug.rs Performance and cleanup. r=emily 2018-03-06 09:03:00 -08:00
entids.rs Describe the default core schema, v1 (:db.schema/core). r=nalexander 2018-01-23 08:51:58 -08:00
errors.rs Rework caching and use it inside the query engine. (#553) r=emily 2018-02-21 11:51:45 -08:00
internal_types.rs Performance and cleanup. r=emily 2018-03-06 09:03:00 -08:00
lib.rs Update cache on write. (#566) r=emily 2018-03-06 09:01:20 -08:00
metadata.rs Validate attributes installed after open. (#538) r=emily 2018-02-01 09:29:04 -08:00
schema.rs Follow-up: remove logging and such elsewhere in the codebase. 2018-02-21 11:51:45 -08:00
tx.rs Performance and cleanup. r=emily 2018-03-06 09:03:00 -08:00
types.rs Preliminary work for vocabulary management. r=emily,nalexander 2018-01-23 08:25:32 -08:00
upsert_resolution.rs Performance and cleanup. r=emily 2018-03-06 09:03:00 -08:00
watcher.rs Update cache on write. (#566) r=emily 2018-03-06 09:01:20 -08:00