mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
file-search: improve file query perf (#9939)
switch nucleo-matcher for nucleo and use a "file search session" w/ live updating query instead of a single hermetic run per query.
This commit is contained in:
committed by
GitHub
Unverified
parent
35e03a0716
commit
b8156706e6
@@ -1,3 +1,4 @@
|
||||
use async_trait::async_trait;
|
||||
use std::cmp::Reverse;
|
||||
use std::ffi::OsStr;
|
||||
use std::io::{self};
|
||||
@@ -7,8 +8,6 @@ use std::path::Path;
|
||||
use std::path::PathBuf;
|
||||
use std::sync::Arc;
|
||||
use std::sync::atomic::AtomicBool;
|
||||
|
||||
use async_trait::async_trait;
|
||||
use time::OffsetDateTime;
|
||||
use time::PrimitiveDateTime;
|
||||
use time::format_description::FormatItem;
|
||||
|
||||
Reference in New Issue
Block a user