Giter Site home page Giter Site logo

Comments (1)

rurban avatar rurban commented on July 30, 2024

Measured the impact: with the new errorhandling code and global errmsg table we need 30kb more,
and measuring the win with massif on the 4 so far changed unit tests measured so memory win at all.
given that the error messages degraded, it is rejected. I'll keep the branch errmsg-gh19 though

changed funcs for testing: vsnprintf_s, vsprintf_s, swprintf_s, vswprintf_s

massif test script: (darwin)

make all
test -f src/.libs/libsafec-3.0.3.dylib && strip -S src/.libs/libsafec-3.0.3.dylib
make -C tests t_vsprintf_s
strip -S tests/t_vsprintf_s
valgrind --tool=massif --massif-out-file=massif tests/t_vsprintf_s
grep -h mem_heap_B= massif | cut -c12-|sort -rn|head -n1

# 190515 errmsg
# 190515 sprintf

from safeclib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.