issues Search Results · repo:brenhinkeller/StaticTools.jl language:Julia
Filter by
0 results
(54 ms)0 results
inbrenhinkeller/StaticTools.jl (press backspace or delete to remove)the constructor MallocArray(function,Type,dim...) can cause memory leaks if the function throws an error. A correction
would be to replace the methode
@inline function MallocArray(f::Function, T::Type, ...
hack-hard
- 1
- Opened 18 days ago
- #68
When trying to create a MallocArray with non-static types such as Any or Vector{Float64}, it obviously gives errors as
intended. However, one can wrap said non-static type in a static container such as ...
polhager
- 1
- Opened 18 days ago
- #67
The length and size fields contain identical information for one-dimensional MallocArray s. This causes a memory
overhead, especially when the user has a large number of short arrays. It would be desirable ...
zengmao
- 1
- Opened on Dec 11, 2024
- #66
The function f1 below compiles but f2 does not.
function f1(n_args::Int64, ::Ptr{Ptr{UInt8}})
message = (n_args == 0 ? c ____0 : c other )::StaticTools.StaticString{6}
StaticTools.print(message) ...
sadish-d
- 2
- Opened on Dec 3, 2024
- #65
Hello, can i ask, compilation to the native exe files still not available ? I Thank u!
anthonyanikos
- 2
- Opened on Sep 12, 2024
- #64
I was trying to cut down on allocations arising from printing formatted strings to file in an application that is not
statically compiled and found that the results are very inconsistent depending on multiple ...
bug
GianlucaFuwa
- 3
- Opened on Jul 14, 2024
- #61
I would like to use StaticTools to compile a MallocArray on MallocMatrix. StaticTools is very great e.g. to represent
Strings in a MallocMatrix. When initializing a MallocArray on MallocMatrix, I get an ...
Thomas008
- 2
- Opened on Jun 2, 2024
- #60
readline() does not seem to read the first character in the first line of a file, and not the first two charachters from
the second line on, or, on other Windows systems, readline() does not seem to read ...
windows
Thomas008
- 7
- Opened on May 31, 2024
- #59
I see GC.@preserve used here (actually also at StaticCompiler.jl in one place), and it s a bit confusing.
It got me thinking, while this package is for use with StaticCompiler, and then not supporting ...
PallHaraldsson
- 1
- Opened on Oct 6, 2023
- #53

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.