##// END OF EJS Templates
rust-nodemap: insert method...
rust-nodemap: insert method In this implementation, we are in direct competition with the C version: this Rust version will have a clear startup advantage because it will read the data from disk, but the insertion happens all in memory for both. Differential Revision: https://phab.mercurial-scm.org/D7795

File last commit:

r41001:5532823e default
r44831:d2da8667 default
Show More
rustfmt.toml
3 lines | 66 B | application/toml | TOMLLexer
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 max_width = 79
wrap_comments = true
error_on_line_overflow = true