|
You are here |
schadokar.dev | ||
| | | | |
gist.github.com
|
|
| | | | | Backlink map. When ran from the content folder of a hugo project will create a json file that maps the Url and Title of a page to any internal links inside it. - main.go | |
| | | | |
jimlawless.net
|
|
| | | | | ||
| | | | |
ukiahsmith.com
|
|
| | | | | Often times we need to unmarshal upstream data with unique constraints. Such as custom data types, or custom parsing of specific formats. Using the standard library could be impractical, and handling long structs manually can be tedious; however there is an alternative. | |
| | | | |
thetechsolo.wordpress.com
|
|
| | | Knot is a network server as well as Haboob. The difference is the concurrency model: Knot is thread-based, instead Haboob is event-based [9]. Clearly, from the benchmark results, the poll()/epoll() mechanism is a serious bottleneck as soon as the number of active concurrent clients become relevant (in the specific case, at 16384 clients the trashing... | ||