www.byjp.me/content/memex/computing/optimisation.md
JP Hastings-Spital 233e7c35af
Links have agree/accurate indicators (#7)
- Remove i18n & include drafts in dev build
- Links have agree/accurate indicators
- Also introduces `references` as a standard Params structure for my blog. I don't particularly like that it's a map rather than an array, but this is what my micropib enpoint currently creates, so I'll stick with this until I can be bothered to switch that over.
2024-02-22 08:25:18 +00:00

450 B

title summary tags references
Optimisation Computational methods for optimising data and structures.
computing
optimisation
lines
svg
line-simplification
url name rel
https://bost.ocks.org/mike/simplify/ Line Simplification +accurate

Line simplification

A really simple method for simplifying vector lines (particularly in SVGs) that I've used for maps of countries.