Skip to content

Commit 35a74be

Browse files
committed
docs: update bundle size
1 parent 82808da commit 35a74be

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ See the detailed examples below for more information.
102102
| -------------------- | ------------------------------------- | ---------------------------------------- |
103103
| **Storage** | Stored as text strings | Stored as binary data (`Uint8Array`) |
104104
| **Performance** | Good | Better (faster comparisons, less memory) |
105-
| **Bundle Size** | 2.03 KiB (Core-only, gzipped) | 1.52 KiB (Core-only, gzipped) |
105+
| **Bundle Size** | 2.06 KiB (Core-only, gzipped) | 1.55 KiB (Core-only, gzipped) |
106106
| **Database Column** | `text` or `varchar` | `blob` or `bytea` |
107107
| **Visual Debugging** | Easier (human-readable) | Harder (requires conversion) |
108108
| **Configuration** | Requires `digitBase` and `lengthBase` | Simpler configuration |
@@ -114,13 +114,13 @@ Run `bun run build-examples` to see the bundle sizes for each example.
114114

115115
| Integration | Total Size (minified) | Total Size (minified + gzipped) |
116116
| ------------------------ | ------------------------- | ------------------------------- |
117-
| **Core only (Binary)** | 3.40 KiB | **1.52 KiB** |
118-
| **Core only (String)** | 4.76 KiB | **2.03 KiB** |
119-
| **Core only (Both)** | 7.82 KiB | **2.98 KiB** |
120-
| **Drizzle ORM (Binary)** | 4.46 KiB (Core +1.06 KiB) | **1.98 KiB** (Core +0.46 KiB) |
121-
| **Drizzle ORM (String)** | 5.83 KiB (Core +1.07 KiB) | **2.47 KiB** (Core +0.44 KiB) |
122-
| **Drizzle ORM (Both)** | 8.85 KiB (Core +1.03 KiB) | **3.43 KiB** (Core +0.44 KiB) |
123-
| **Prisma ORM (Both)** | 9.17 KiB (Core +1.35 KiB) | **3.60 KiB** (Core +0.62 KiB) |
117+
| **Core only (Binary)** | 3.49 KiB | **1.55 KiB** |
118+
| **Core only (String)** | 4.85 KiB | **2.06 KiB** |
119+
| **Core only (Both)** | 7.95 KiB | **3.02 KiB** |
120+
| **Drizzle ORM (Binary)** | 4.55 KiB (Core +1.06 KiB) | **2.01 KiB** (Core +0.46 KiB) |
121+
| **Drizzle ORM (String)** | 5.92 KiB (Core +1.07 KiB) | **2.50 KiB** (Core +0.44 KiB) |
122+
| **Drizzle ORM (Both)** | 8.98 KiB (Core +1.03 KiB) | **3.45 KiB** (Core +0.44 KiB) |
123+
| **Prisma ORM (Both)** | 9.29 KiB (Core +1.35 KiB) | **3.63 KiB** (Core +0.62 KiB) |
124124

125125
## Security Considerations
126126

0 commit comments

Comments
 (0)