This is the mail archive of the
gsl-discuss@sourceware.org
mailing list for the GSL project.
Re: GSL containers (switched sparse format to binary trees)
- From: Rhys Ulerich <rhys dot ulerich at gmail dot com>
- To: Gerard Jungman <jungman at lanl dot gov>
- Cc: gsl-discuss at sourceware dot org
- Date: Fri, 2 May 2014 03:51:59 -0500
- Subject: Re: GSL containers (switched sparse format to binary trees)
- Authentication-results: sourceware.org; auth=none
- References: <535DAFC0 dot 8090402 at colorado dot edu> <535ED7A5 dot 7020309 at lanl dot gov> <535EFCA5 dot 8050807 at colorado dot edu> <CAFoZWWg9ENCX0cxNBMGJLc9AxT0Tt2a9yaBq7NctcLLK4jLeVA at mail dot gmail dot com> <535FFA33 dot 90604 at lanl dot gov> <53600311 dot 7040805 at colorado dot edu> <53602290 dot 8020309 at lanl dot gov> <53629696 dot 7070907 at colorado dot edu> <5362D6E1 dot 5080605 at lanl dot gov> <5362F944 dot 9090408 at lanl dot gov> <5362FB2A dot 7090608 at lanl dot gov> <CAKDqugQJOjj3=HLiG+rFEpTUipZ=Eta5imJhhxJ3L7knYeiHrw at mail dot gmail dot com> <CAKDqugSHcUqn+2e0G+6oZYLL0yjCp9LcmPwncHh1Azd1P_DF6w at mail dot gmail dot com>
> a talloc-like context
If you've not read about it before, talloc [1] is quite slick with a
great, succinct tutorial [2].
[1] https://talloc.samba.org/talloc/doc/html/index.html
[2] https://talloc.samba.org/talloc/doc/html/libtalloc__tutorial.html
- Rhys