ydb-go-sdk icon indicating copy to clipboard operation
ydb-go-sdk copied to clipboard

feat: codegen for `stack.FunctionID()`

Open asmyasnikov opened this issue 1 year ago • 0 comments

Current calls stack.FunctionID("") spend CPU time

  1. Write codegen, which will search all calls of stack.FunctionID("") and replace empty string to result of call stack.FunctionID and inside of stack.FunctionID will be replaced with return second string arg (nop instead execute)
  2. GitHub action for per-pR checks of difference before and after codegen

asmyasnikov avatar Nov 15 '23 10:11 asmyasnikov