difftreelog
perf use jemalloc
in: master
1 file changed
cmds/jrsonnet/src/main.rsdiffbeforeafterboth7use 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};910#[global_allocator]11static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;91210enum Format {13enum Format {11 None,14 None,