frostfs-node/pkg/local_object_storage/pilorama
Evgenii Stratonikov b4ce0b0412 [#447] pilorama: Do not undo log for create ops
```
goos: linux
goarch: amd64
cpu: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
         │     old      │                 new                  │
         │    sec/op    │    sec/op     vs base                │
Create-8   36.48µ ± 11%   30.34µ ± 14%  -16.84% (p=0.000 n=10)

         │     old      │                 new                  │
         │     B/op     │     B/op      vs base                │
Create-8   43.01Ki ± 4%   37.78Ki ± 5%  -12.15% (p=0.000 n=10)

         │    old     │                new                 │
         │ allocs/op  │ allocs/op   vs base                │
Create-8   166.0 ± 3%   146.0 ± 3%  -12.05% (p=0.000 n=10)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-06-26 07:42:05 +00:00
..
batch.go [#447] pilorama: Do not undo log for create ops 2023-06-26 07:42:05 +00:00
batch_test.go [#398] pilorama: Disallow applying same operations 2023-05-26 12:14:29 +00:00
bench_test.go [#447] pilorama: Add benchmark for create ops 2023-06-26 07:42:05 +00:00
boltdb.go [#373] local storage: Pass parent ID 2023-06-21 15:13:26 +03:00
forest.go [#373] local storage: Pass parent ID 2023-06-21 15:13:26 +03:00
forest_test.go [#266] pilorama: Allow to get current tree height 2023-06-13 10:00:45 +00:00
generic_test.go Rename package name 2023-03-07 16:38:26 +03:00
info.go [#1333] services/control: Return pilorama info in ListShards RPC 2022-07-21 15:08:24 +03:00
inmemory.go [#288] pilorama: Remove getMeta() wrapper 2023-04-28 07:56:20 +00:00
interface.go [#373] local storage: Pass parent ID 2023-06-21 15:13:26 +03:00
meta.go [#1444] pilorama: Optimize internal encoding/decoding 2022-07-21 15:08:24 +03:00
meta_test.go [#1698] pilorama: Add a test for the empty FileName 2022-08-30 16:52:51 +03:00
metrics.go [#373] local storage: Pass parent ID 2023-06-21 15:13:26 +03:00
option.go [#373] pilorama: Add metrics 2023-06-21 15:13:26 +03:00
types.go Rename package name 2023-03-07 16:38:26 +03:00
util.go [#1442] pilorama: Generate timestamp based on node position in the container 2022-07-21 15:08:24 +03:00
util_test.go [#1442] pilorama: Generate timestamp based on node position in the container 2022-07-21 15:08:24 +03:00