| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| dir.go | ||
| fd.go | ||
| file.go | ||
| mfs_test.go | ||
| ops.go | ||
| repub_test.go | ||
| system.go |
Introduce GC rework with concurrent mark phase, tricolor set and rework
that in future will allow to incremental and/or concurrent mark and
sweep phases.
Currently it is made a bit difficult by direct pins.
It will also allow for reuse of colorset for improved performance and no
set reallocation.
From observations pre-rewrok it should reduce GC lock time by half as
about 50% of the time is spent in mark phase.
This is consistent with observations made after the implementation.
License: MIT
Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| dir.go | 正在载入提交数据... | |
| fd.go | 正在载入提交数据... | |
| file.go | 正在载入提交数据... | |
| mfs_test.go | 正在载入提交数据... | |
| ops.go | 正在载入提交数据... | |
| repub_test.go | 正在载入提交数据... | |
| system.go | 正在载入提交数据... |