perf: mimalloc global allocator + aHash maps + memchr line framer + LTO/codegen-units=1 — ~29% faster channel fanout; and drop the bogus openssl+mio dependency whitelist from the guard (any perf crate is welcome now)
This commit is contained in:
parent
687c91638b
commit
20b49add0b
28 changed files with 110 additions and 73 deletions
|
|
@ -5,7 +5,8 @@
|
|||
//! records into it via [`record`], and the CHATHISTORY and REDACT commands
|
||||
//! read/edit it here.
|
||||
|
||||
use std::collections::{HashMap, VecDeque};
|
||||
use crate::map::HashMap;
|
||||
use std::collections::VecDeque;
|
||||
|
||||
use crate::channels::RANK_HALFOP;
|
||||
use crate::command::{CmdResult, Command};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue