git.delta.rocks / jrsonnet / refs/commits / 65d549384d50

difftreelog

perf use jemalloc

Лач2020-06-27parent: #337d066.patch.diff
in: master

1 file changed

modifiedcmds/jrsonnet/src/main.rsdiffbeforeafterboth
7use std::env::current_dir;7use std::env::current_dir;
8use std::{collections::HashMap, path::PathBuf, rc::Rc, str::FromStr};8use std::{collections::HashMap, path::PathBuf, rc::Rc, str::FromStr};
9
10#[global_allocator]
11static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
912
10enum Format {13enum Format {
11 None,14 None,