snix/tvix/eval/src/builtins
Vincent Ambo abff828ccc refactor(tvix/eval): remove use of imbl::OrdMap
Removes imbl::OrdMap in favour of an Rc over the standard library's BTreeMap,
which allows us to drop the imbl dependency completely.

In my local tests this is actually slightly faster for `hello` and `firefox`.

Change-Id: Ic9597ead4e98bf9530f290c6a94a3c5c3efd0acc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12201
Reviewed-by: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
2024-08-19 11:02:50 +00:00
..
hash.rs fix(tvix): Avoid buffering file into memory in builtins.hashFile 2024-04-09 17:31:58 +00:00
impure.rs feat(tvix/eval): Implement builtins.readFileType 2024-08-09 14:35:57 +00:00
mod.rs refactor(tvix/eval): remove use of imbl::OrdMap 2024-08-19 11:02:50 +00:00
to_xml.rs feat(tvix/eval): teach builtins.toXML context 2024-05-23 14:49:07 +00:00
versions.rs fix(tvix): Represent strings as byte arrays 2024-01-31 14:51:49 +00:00