Julia v1.2.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 34.12Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 34.13Thread-safety . considera�ons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1230 Address Sani�zer (ASAN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1230 addresses ([#30349, #30604]). • getipaddr(addr_type) and getipaddrs(addr_type) func�ons returns an IP address(es) of the desired type of the local machine (#30604). • Added Base.hasproperty and Base.hasfield0 码力 | 1250 页 | 4.29 MB | 1 年前3
Julia 1.2.0 DEV Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 35.12Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 35.13Thread-safety . considera�ons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1232 Address Sani�zer (ASAN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1232 addresses ([#30349, #30604]) • getipaddr(addr_type) and getipaddrs(addr_type) func�ons returns an IP address(es) of the desired type of the local machine (#30604) • Added Base.hasproperty and Base.hasfield0 码力 | 1252 页 | 4.28 MB | 1 年前3
Julia v1.1.1 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 34.12Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 34.13Thread-safety . considera�ons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1196 Address Sani�zer (ASAN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1196 workers to spawn on the node, and defaults to 1. The op�onal bind-to bind_addr[:port] specifies the IP address and port that other workers should use to connect to this worker. If you have code that you want0 码力 | 1216 页 | 4.21 MB | 1 年前3
Julia 1.1.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 34.12Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 34.13Thread-safety . considera�ons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1194 Address Sani�zer (ASAN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1194 workers to spawn on the node, and defaults to 1. The op�onal bind-to bind_addr[:port] specifies the IP address and port that other workers should use to connect to this worker. If you have code that you want0 码力 | 1214 页 | 4.21 MB | 1 年前3
Julia 1.7.0 DEV Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 27.13Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 27.14Thread-safety . . . considerations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1352 Address Sanitizer (ASAN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1352 to spawn on the node, and defaults to 1. The optional bind-to bind_addr[:port] specifies the IP address and port that other workers should use to connect to this worker. If you have code that you want0 码力 | 1399 页 | 4.59 MB | 1 年前3
Julia 1.11.4. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.16 Thread-safety . . . . . . . . . julia> s2 = "1" "1" julia> pointer.([s1, s2], 1) 2-element Array{Ptr{UInt8},1}: Ptr{UInt8} @0x00000000132c9638 Ptr{UInt8} @0x0000000013dd3d18 julia> s1 = s2 "1" julia> pointer.([s1, s2], 1) 2-element container that might hold different values over time, and so can only be reliably identified with its address. In contrast, an instance of an immutable type is associated with specific field values –- the field0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.16 Thread-safety . . . . . . . . . julia> s2 = "1" "1" julia> pointer.([s1, s2], 1) 2-element Array{Ptr{UInt8},1}: Ptr{UInt8} @0x00000000132c9638 Ptr{UInt8} @0x0000000013dd3d18 julia> s1 = s2 "1" julia> pointer.([s1, s2], 1) 2-element container that might hold different values over time, and so can only be reliably identified with its address. In contrast, an instance of an immutable type is associated with specific field values –- the field0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release Notes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.16 Thread-safety . . . . . . . . . julia> s2 = "1" "1" julia> pointer.([s1, s2], 1) 2-element Array{Ptr{UInt8},1}: Ptr{UInt8} @0x00000000132c9638 Ptr{UInt8} @0x0000000013dd3d18 julia> s1 = s2 "1" julia> pointer.([s1, s2], 1) 2-element container that might hold different values over time, and so can only be reliably identified with its address. In contrast, an instance of an immutable type is associated with specific field values –- the field0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.6.1 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 27.13Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325 27.14Thread-safety . . . considerations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1348 Address Sanitizer (ASAN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1348 to spawn on the node, and defaults to 1. The optional bind-to bind_addr[:port] specifies the IP address and port that other workers should use to connect to this worker. If you have code that you want0 码力 | 1397 页 | 4.59 MB | 1 年前3
Julia 1.6.0 DEV Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 27.13Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325 27.14Thread-safety . . . considerations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1334 Address Sanitizer (ASAN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1334 to spawn on the node, and defaults to 1. The optional bind-to bind_addr[:port] specifies the IP address and port that other workers should use to connect to this worker. If you have code that you want0 码力 | 1383 页 | 4.56 MB | 1 年前3
共 87 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













