1. Bind/Translate ... code size and speed
- Posted by Jeremy Cowgar <jeremy at c?w?ar.com> May 16, 2008
- 651 views
- Last edited May 17, 2008
ChrisBurch3 wrote: > > Yup, really, try it with a large program, like jetvet. > Have you benchmarked it? I am curious about speed differences in a large application like that. I mean, a large app it's not that big of a deal if it's 300k or 2mb or larger. How large are we talking about? -- Jeremy Cowgar http://jeremy.cowgar.com
2. Re: Bind/Translate ... code size and speed
- Posted by ChrisBurch3 <crylex at g?ail.c?m> May 16, 2008
- 634 views
- Last edited May 17, 2008
Jeremy Cowgar wrote: > > ChrisBurch3 wrote: > > > > Yup, really, try it with a large program, like jetvet. > > > > Have you benchmarked it? I am curious about speed differences in a large > application > like that. I mean, a large app it's not that big of a deal if it's 300k or 2mb > or larger. How large are we talking about? > > -- > Jeremy Cowgar > <a href="http://jeremy.cowgar.com">http://jeremy.cowgar.com</a> Hi Speed about the same - not really an issue in a database / client patient management system, and all the database functions are handled by sqlite. Size - bound (just done it now) 522665, translated 2380276, and no, I haven't used UPX (again, I'm happy with binding, so I haven't gone any further. Chris