Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed Nov 19, 2023
1 parent 6f42310 commit ac1f2c0
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 86 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/smol-string/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>smol-string</title>
<script type="module" crossorigin src="/smol-string/assets/index-c61ad54f.js"></script>
<script type="module" crossorigin src="/smol-string/assets/index-d5457a34.js"></script>
<link rel="stylesheet" href="/smol-string/assets/index-acfa1921.css">
</head>
<body>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/smol-string/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>smol-string</title>
<script type="module" crossorigin src="/smol-string/assets/index-c61ad54f.js"></script>
<script type="module" crossorigin src="/smol-string/assets/index-d5457a34.js"></script>
<link rel="stylesheet" href="/smol-string/assets/index-acfa1921.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/Context.zig
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pub const StringContext = struct {
};

pub fn HashMap(comptime V: type) type {
return std.HashMap([]const u8, V, StringContext, 50);
return std.HashMap([]const u8, V, StringContext, 80);
}
38 changes: 19 additions & 19 deletions ts-lib/dist/smol-string-packed.js

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions ts-lib/dist/smol-string-worker-packed.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions ts-lib/dist/smol-string-worker.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions ts-lib/dist/smol-string.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ts-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smol-string",
"version": "0.0.2-beta",
"version": "0.1.0-beta",
"description": "Compression for browser localStorage",
"author": "Senryoku <[email protected]>",
"repository": {
Expand Down
Binary file modified ts-lib/src/module-packed.wasm
Binary file not shown.
Binary file modified ts-lib/src/module.wasm
Binary file not shown.
3 changes: 2 additions & 1 deletion ts-lib/test/json.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe.each(TestData)("Compression: $name", ({ name, input }) => {
options
);
});

/*
describe.each(TestData)("Decompression: $name", ({ name, input }) => {
let compressed = compress(input);
let compressedPacked = compressPacked(input);
Expand All @@ -49,3 +49,4 @@ describe.each(TestData)("Decompression: $name", ({ name, input }) => {
options
);
});
*/
8 changes: 4 additions & 4 deletions www/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"chart.js": "^4.4.0",
"pinia": "^2.1.7",
"smol-string": "^0.0.2-beta",
"smol-string": "file:../ts-lib",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.2.5"
Expand Down

0 comments on commit ac1f2c0

Please sign in to comment.