Enerccio / ewlc

Wayland compositor library - extended
MIT License
20 stars 3 forks source link

[CLOSED] Get rid of wl_lists #13

Closed Enerccio closed 7 years ago

Enerccio commented 7 years ago

Issue by Cloudef Thursday Feb 05, 2015 at 14:28 GMT Originally opened as https://github.com/Cloudef/wlc/issues/5


Linked lists are not very efficient and can easily cause access to dangling pointers or otherwise bad memory regions.

Use chck data structures instead. #2 is related,

Enerccio commented 7 years ago

Comment by Cloudef Saturday Mar 07, 2015 at 11:15 GMT


Done at @ refactor branch.