Brooooooklyn
|
fe1eefdbb2
|
feat: init renderer server (#8088)
|
2024-09-10 04:03:59 +00:00 |
|
LongYinan
|
ba356f4412
|
fix(native): async fn compile error (#7435)
|
2024-07-08 15:04:37 +08:00 |
|
Brooooooklyn
|
c7ddd679fd
|
feat(server): use native tokenizer impl (#6960)
### Benchmark
`yarn workspace @affine/server-native bench`
```
┌─────────┬────────────┬─────────┬────────────────────┬──────────┬─────────┐
│ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │
├─────────┼────────────┼─────────┼────────────────────┼──────────┼─────────┤
│ 0 │ 'tiktoken' │ '5' │ 176932518.76000002 │ '±4.71%' │ 100 │
│ 1 │ 'native' │ '16' │ 61041597.51000003 │ '±0.60%' │ 100 │
└─────────┴────────────┴─────────┴────────────────────┴──────────┴─────────┘
```
|
2024-05-16 07:55:10 +00:00 |
|
Brooooooklyn
|
81729703d9
|
chore(server): use native file-type implementation (#6686)
|
2024-04-29 04:46:26 +00:00 |
|
Brooooooklyn
|
fed2503782
|
refactor(server): rename @affine/storage to @affine/server-native (#6682)
- Close https://github.com/toeverything/AFFiNE/issues/6680
|
2024-04-29 02:14:20 +00:00 |
|