CarterA / Tribo

Extremely fast static site generator written in Objective-C
http://cartera.me/2011/10/16/made-on-a-mac/
Other
42 stars 6 forks source link

Externalize Markdown parsing & template rendering with XPC #17

Open CarterA opened 12 years ago

CarterA commented 12 years ago

This isn't crucial, but the two largest attack vectors in the app are the two text parsing systems (for Markdown and the Mustache templates). Breaking them each out into separate processes through the XPC services system would be great. Neither of them needs to have file system access of any kind (in theory), they just need to be fed string data which they will process internally.