astro !! (no not from dandys world)

seen from United States
seen from Russia
seen from China
seen from China

seen from United States
seen from Philippines
seen from Malaysia

seen from United States
seen from Italy

seen from Malaysia
seen from United States
seen from United States

seen from United States
seen from India

seen from Sweden

seen from Sweden
seen from China
seen from China

seen from United States
seen from United States
astro !! (no not from dandys world)
Lizphet / Evalea ref sheets + extra art
-Being a Parent-
.
.
.
Ocs: The genesis and Apriend (”son” of the genesis)
btw this is how apriend looks as an adult /Por cierto, así es como se ve Apriend como adulto.
.
.
.
REBLOGS ARE APPRECIATED
.
.
.
tags:
Marowit, the Mad God of Dreams
Zain’s other form
Feel free to interact with him nwn
The big baddie
`godoc` struct rendering
godoc is Go's tool for extracting doc comments from source code and rendering HTML documentation (loosely parallel Java's "javadoc").
godoc processes Go struct definitions in two passes. First, it runs over the AST recursively building rendering documentation and declarations into a textual output buffer containing an HTML fragment. The walker for this pass is shared with the rest of godoc's documentation rendering (so that e.g. top-level definitions and struct fields share the bulk of their rendering code).
Then, it performs a second pass, modifying the HTML to add anchors to field names, so that e.g. https://golang.org/pkg/net/http/#Response.Header links specifically to the Header field in the Response struct.
Unfortunately, previously, godoc implemented this with nested loops over the struct fields and over the rendered text:
for _, f := range st.Fields.List { foreachLine(buf.Bytes(), func(line []byte) { … } }
Since each struct field added at least one line to the output, this turned into an O(n²) loop.
The fix walks the two lists sequentially, first building up a map of names that needs links, and then walking the text in a single pass, looking for lines that match any of the names.
I will post some of my ocs bio later.
But imma give their pics first~!
Babyllyn ^^
Gilbert ^^ (can turn into an adult by will)
Adrestia, god of Balance ^^
Will post more