mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
[internal] Make string comparisons faster
This commit is contained in:
@@ -26,7 +26,7 @@ pub const BundledPackageID = u32;
|
||||
|
||||
const PackageIDMap = std.AutoHashMap(BundledPackageHash, BundledPackageID);
|
||||
|
||||
const PackageNameMap = std.StringHashMap([]BundledPackageID);
|
||||
const PackageNameMap = bun.StringHashMap([]BundledPackageID);
|
||||
|
||||
pub const AllocatedString = struct {
|
||||
str: string,
|
||||
|
||||
Reference in New Issue
Block a user