Dynamically Loaded Libraries Outside the Standard
1 CppCon 2021 |CppCon 2021 Dynamically Loaded Libraries Outside the Standard 2021/10/29 Zhihao Yuan3 CppCon 2021 | • Dynamic-link library (.dll) • Dynamic shared object 2021 |97 CppCon 2021 |98 CppCon 2021 |99 CppCon 2021 |CppCon 2021 Summary10 1 CppCon 2021 | • Dynamically loaded libraries are outside the standard, but useful Summary10 2 CppCon 2021 | More dynamic have lifetime • Destructors with lifetime challenge TLS implementation10 3 CppCon 2021 | • Dynamically loaded libraries are outside the standard, but useful • It’s practical to create usable abstractions 0 码力 | 100 页 | 3.98 MB | 5 月前3Just-in-Time Compilation - J F Bastien - CppCon 2020
(JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind JiT compilation and (JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind JiT compilation and (JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind JiT compilation and0 码力 | 111 页 | 3.98 MB | 5 月前3Mypy 1.8.0 Documentation
structural subtyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 1.10 Dynamically typed code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 without type annotations is considered to be dynamically typed by mypy: def greeting(name): return 'Hello ' + name By default, mypy will not type check dynamically typed functions. This means that with a Unsupported operand types for * ("str" and "str") Being able to pick whether you want a function to be dynamically or statically typed can be very helpful. For example, if you are migrating an existing Python codebase0 码力 | 234 页 | 902.89 KB | 1 年前3Mypy 1.10.0+dev Documentation
structural subtyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 1.10 Dynamically typed code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 without type annotations is considered to be dynamically typed by mypy: def greeting(name): return 'Hello ' + name By default, mypy will not type check dynamically typed functions. This means that with a Unsupported operand types for * ("str" and "str") Being able to pick whether you want a function to be dynamically or statically typed can be very helpful. For example, if you are migrating an existing Python codebase0 码力 | 234 页 | 913.89 KB | 1 年前3Mypy 1.10.0+dev Documentation
protocols Using isinstance() with protocols Callback protocols Predefined protocol reference Dynamically typed code Operations on Any values Any vs. object Type narrowing Type narrowing expressions without type annotations is considered to be dynamically typed by mypy: def greeting(name): return 'Hello ' + name By default, mypy will not type check dynamically typed functions. This means that with Unsupported operand types for * ("str" and "str") Being able to pick whether you want a function to be dynamically or statically typed can be very helpful. For example, if you are migrating an existing Python codebase0 码力 | 318 页 | 270.84 KB | 1 年前3Mypy 1.8.0 Documentation
protocols Using isinstance() with protocols Callback protocols Predefined protocol reference Dynamically typed code Operations on Any values Any vs. object Type narrowing Type narrowing expressions without type annotations is considered to be dynamically typed by mypy: def greeting(name): return 'Hello ' + name By default, mypy will not type check dynamically typed functions. This means that with Unsupported operand types for * ("str" and "str") Being able to pick whether you want a function to be dynamically or statically typed can be very helpful. For example, if you are migrating an existing Python codebase0 码力 | 318 页 | 271.55 KB | 1 年前3BAETYL 0.1.6 Documentation
runtime, which can be dynamically started by baetyl-function-manager; The official module baetyl-function-python36 provides the Python3.6 function runtime, which can be dynamically started by baetyl-function-manager; The official module baetyl-function-node85 provides the Node 8.5 function runtime, which can be dynamically started by baetyl-function-manager; SDK (Golang) can be used to develop custom modules. Architecture Service can start multiple instances, or can be dynamically started by other services. For example, the instances of function runtime service are dynamically started and stopped by the function manager service0 码力 | 119 页 | 11.46 MB | 1 年前3BAETYL 1.0.0 Documentation
runtime, which can be dynamically started by baetyl-function-manager; The official module baetyl-function-python36 provides the Python3.6 function runtime, which can be dynamically started by baetyl-function-manager; The official module baetyl-function-node85 provides the Node 8.5 function runtime, which can be dynamically started by baetyl-function-manager; SDK (Golang) can be used to develop custom modules. Architecture Service can start multiple instances, or can be dynamically started by other services. For example, the instances of function runtime service are dynamically started and stopped by the function manager service0 码力 | 135 页 | 15.44 MB | 1 年前3BAETYL 0.1.6 Documentation
The official module baetyl-function-node85 provides the Node 8.5 function runtime, which can be dynamically started by baetyl-function-manager; • SDK (Golang) can be used to develop custom modules. 4 Chapter Service can start multiple instances, or can be dynamically started by other services. For example, the instances of function runtime service are dynamically started and stopped by the function manager service mode of the interface adopts a simple dynamic token. When the Master starts the services, it will dynamically generate a Token for each service, and the service name and Token are transmitted to the service0 码力 | 120 页 | 7.27 MB | 1 年前3Apache Kyuubi 1.3.0 Documentation
executors’ elastic scaling. The Basics of Dynamic Resource Allocation Spark provides a mechanism to dynamically adjust the application resources based on the workload, which means that an application may give For Kyuubi engines, which are typical Spark applications, the dynamic allocation allows Spark to dynamically scale the cluster resources allocated to them based on the workloads. When dynamic allocation is better performance or handle heavy workloads. 6.2. Deploying Kyuubi 67 Kyuubi, Release 1.3.0 Dynamically Setting All AQE related configurations are static of Spark core and unchangeable by SET syntaxes0 码力 | 129 页 | 6.15 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100