Giter Site home page Giter Site logo

Comments (3)

bianpengyuan avatar bianpengyuan commented on May 26, 2024

well, this is expected behavior IMO. Caller has to take ownership of the the header map, since it returns a unique_ptr.

from proxy-wasm-cpp-sdk.

esnible avatar esnible commented on May 26, 2024

It fooled me for a couple of hours. At a minimum, put a comment on proxy_wasm_api.h:99 for std::vector<std::pair<std::string_view, std::string_view>> pairs(); saying that the resulting vector will not be valid past the lifetime of the WasmData.

Consider having two different variants of pairs(), one that produces a deep copy the caller must free, and another that is very fast.

from proxy-wasm-cpp-sdk.

bianpengyuan avatar bianpengyuan commented on May 26, 2024

It fooled me for a couple of hours. At a minimum, put a comment on proxy_wasm_api.h:99 for std::vector<std::pair<std::string_view, std::string_view>> pairs(); saying that the resulting vector will not be valid past the lifetime of the WasmData.

I think it speaks for itself since it is string_view, but yeah, I guess we can make it more clear.

Consider having two different variants of pairs(), one that produces a deep copy the caller must free, and another that is very fast.

I don't think that would be ideal, this is going to cause performance problem and not a good practice, we should avoid that in the API.

from proxy-wasm-cpp-sdk.

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.