|
d0c868ca5c
|
Add coder/decoder size to coder
|
2024-07-31 13:14:37 +02:00 |
|
|
7001f2c51a
|
Refactor encoding to use *string instead of string as input
I don't want to clone the whole input string
|
2024-07-31 13:14:37 +02:00 |
|
|
ad8eaff930
|
Fully implement GSM7 decode
Benchmark BufferPool / RunBenchmarks (push) Failing after 17s
Run Tests / Test (push) Failing after 16s
|
2024-07-31 12:45:31 +02:00 |
|
|
f847588a24
|
Grow buffer when encoding when necessary
Run Tests / Test (push) Failing after 15s
Benchmark BufferPool / RunBenchmarks (push) Failing after 16s
To maybe hopefully prevent multiple allocations
|
2024-07-30 23:34:50 +02:00 |
|
|
ee4f8ecfd6
|
Add memory allocation test
To make sure none is happening
|
2024-07-30 23:31:54 +02:00 |
|
|
f5e263752e
|
little refactor
Benchmark BufferPool / RunBenchmarks (push) Failing after 17s
Run Tests / Test (push) Failing after 15s
|
2024-07-30 22:58:51 +02:00 |
|
|
39c7876ed1
|
Clean up tests to reduce repeating code
Benchmark BufferPool / RunBenchmarks (push) Failing after 16s
Run Tests / Test (push) Failing after 15s
|
2024-07-30 22:49:22 +02:00 |
|
|
b2a588e667
|
Add "len" methods to encode and decode
Benchmark BufferPool / RunBenchmarks (push) Failing after 18s
Run Tests / Test (push) Failing after 16s
To get length of encoded/decoded string
|
2024-07-30 22:45:56 +02:00 |
|
|
db61da9fc2
|
A lil optimize
|
2024-07-30 22:15:36 +02:00 |
|
|
9fbcdd86cc
|
Add encode benchmarks
|
2024-07-30 22:14:19 +02:00 |
|
|
a6339587d4
|
Add tests for insertat and decode
|
2024-07-30 22:03:57 +02:00 |
|
|
e6199da5d6
|
Add more tests
Benchmark BufferPool / RunBenchmarks (push) Failing after 1m15s
Run Tests / Test (push) Failing after 1m13s
|
2024-07-28 21:47:51 +02:00 |
|
|
b26c64d0d9
|
Add more complex test case
Benchmark BufferPool / RunBenchmarks (push) Has been cancelled
Run Tests / Test (push) Has been cancelled
|
2024-07-28 14:54:30 +02:00 |
|
|
7f9717266f
|
Implement GSM7 packing
Benchmark BufferPool / RunBenchmarks (push) Has been cancelled
Run Tests / Test (push) Has been cancelled
|
2024-07-28 13:00:34 +02:00 |
|
|
0eb0f5d773
|
Add tests for gsm7
|
2024-07-25 16:33:46 +02:00 |
|