Jonas Plum
Jonas Plum
There is also the [prism.js syntax highlighter](https://github.com/a-h/templ/blob/main/docs/src/theme/prism-include-languages.js) for the docs.
@dependabot rebase
Using this example: https://gist.github.com/cugu/21ee9d1472ca0e2e74e78a3004754a97 I get the following result: | page size | cache size | buffer size | ns | comment | |-----------|-------------|-------------|---------|----------------| | 16384 | 1024*102400 | 4096...
Anyway the example uses the 10MB [test.ntfs.dd](https://github.com/Velocidex/go-ntfs/blob/master/parser/test_data/test.ntfs.dd) which is not really realistic. But real world example point into the same direction.
Just for the 10MB test image. Larger images and files even perform better at larger sizes. I'm currently using 1MB.
It might me that the server is using [ReFS](https://www.computerhope.com/issues/ch000713.htm#win7)? The access of files first tries "normal" file access using the operating system. This can fail for e.g. registry hives. In...
It opens `\\.\C:` (you are admin, right?) and then parses the NTFS. Both of which can fail and error.