snix/tvix/eval/src/value
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
..
attrs refactor(tvix/eval): remove use of imbl::OrdMap 2024-08-19 11:02:50 +00:00
string refactor(tvix/eval): Pull context out into its own module 2024-08-18 19:49:14 +00:00
arbitrary.rs refactor(tvix/eval): remove use of imbl::OrdMap 2024-08-19 11:02:50 +00:00
attrs.rs refactor(tvix/eval): remove use of imbl::OrdMap 2024-08-19 11:02:50 +00:00
builtin.rs docs(tvix/eval): fix some broken docstr references 2023-09-22 09:14:33 +00:00
function.rs feat(tvix/eval): track pattern binding names 2024-01-25 11:37:35 +00:00
json.rs feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator 2024-05-23 14:50:38 +00:00
list.rs refactor(tvix/eval): remove use of imbl::Vector 2024-08-19 11:02:50 +00:00
mod.rs refactor(tvix/eval): ensure VM operations fit in a single byte 2024-08-19 11:02:50 +00:00
path.rs refactor(tvix/eval): factor out all calls to canon_path 2022-10-13 09:07:47 +00:00
thunk.rs refactor(tvix/eval): ensure VM operations fit in a single byte 2024-08-19 11:02:50 +00:00