[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dynamic loading progress
From: |
Aurélien Aptel |
Subject: |
Re: Dynamic loading progress |
Date: |
Thu, 22 Oct 2015 14:57:40 +0200 |
I've added user-pointer objects. Some feedback I had off-list:
* add functions to the API for fast vector access as it currently
requires too much boxing/unboxing of integers for doing
length/indexing stuff.
* expose fast read-only string access (not sure how do-able this is
considering the encoding problem)
* consider NULL as a no-op finalizer.
Philip, you obviously have more experienced in this memory handling
stuff so I'm going to trust you and merge what you did (but there are
merge conflicts on the last pull requests atm, havent looked into it).
Thanks again for your work :)
This module API is slowly but surely materializing. The interface is
lot more clean and user-friendly than my initial plan. I hope we can
have good performances where it matters to make it really useful :)
- Re: Dynamic loading progress, (continued)
- Re: Dynamic loading progress, Philipp Stephani, 2015/10/15
- Re: Dynamic loading progress, Philipp Stephani, 2015/10/15
- Re: Dynamic loading progress, Philipp Stephani, 2015/10/19
- Re: Dynamic loading progress, Daniel Colascione, 2015/10/19
- Re: Dynamic loading progress, Tom Tromey, 2015/10/19
- Re: Dynamic loading progress, Daniel Colascione, 2015/10/19
- Re: Dynamic loading progress, Tom Tromey, 2015/10/19
- Re: Dynamic loading progress, Daniel Colascione, 2015/10/19
- Re: Dynamic loading progress, Stephen Leake, 2015/10/20
- Re: Dynamic loading progress, Philipp Stephani, 2015/10/20
- Re: Dynamic loading progress,
Aurélien Aptel <=
- Re: Dynamic loading progress, Aurélien Aptel, 2015/10/22
- Re: Dynamic loading progress, Eli Zaretskii, 2015/10/22
- Re: Dynamic loading progress, Philipp Stephani, 2015/10/22
- Re: Dynamic loading progress, Daniel Colascione, 2015/10/22
- Re: Dynamic loading progress, Eli Zaretskii, 2015/10/23
- Re: Dynamic loading progress, Daniel Colascione, 2015/10/23
- Re: Dynamic loading progress, Eli Zaretskii, 2015/10/23
- Re: Dynamic loading progress, Aurélien Aptel, 2015/10/25
- Re: Dynamic loading progress, Philipp Stephani, 2015/10/25
- Re: Dynamic loading progress, Aurélien Aptel, 2015/10/25