Vala: Gotchas, Tips and Tricks

后端 未结 9 1665
情书的邮戳
情书的邮戳 2021-01-30 13:04

As a programmer who is new to Vala, what is your number one piece of advice to someone who is new to the language?

9条回答
  •  不思量自难忘°
    2021-01-30 13:24

    If you are considering Vala to write a server application then you may like some object pooling features(object token feature) in Aroop. Aroop is a Vala fork that do memory pooling. And it has reference counted garbage collector. You may find a list of features here. Let me name some of the goals here in list,

    • Memory pooling
    • Writing network servers, shotodol_net,shotodol_web.
    • Lock-free queue based message passing
    • Plugin based development, shotodol.
    • Embedded development

提交回复
热议问题