Skip to content

Instantly share code, notes, and snippets.

View dpo's full-sized avatar
💭
Hacking

Dominique dpo

💭
Hacking
View GitHub Profile
@dpo
dpo / README.md
Created March 9, 2026 13:35
RegularizedOptimization repository benchmark

RegularizedOptimization Solver Benchmarks

Comparison between current commit and jso-bmarks.

@dpo
dpo / README.md
Created March 9, 2026 13:28
RegularizedOptimization repository benchmark

RegularizedOptimization Solver Benchmarks

Comparison between current commit and jso-bmarks.

this_commit_vs_reference_R2_precise

this_commit_vs_reference_R2_imprecise

@dpo
dpo / README.md
Created March 9, 2026 13:14
RegularizedOptimization repository benchmark

RegularizedOptimization Solver Benchmarks

Comparison between current commit and jso-bmarks.

this_commit_vs_reference_R2_precise

this_commit_vs_reference_R2_imprecise

@dpo
dpo / README.md
Created March 9, 2026 13:02
RegularizedOptimization repository benchmark

RegularizedOptimization Solver Benchmarks

Comparison between current commit and jso-bmarks.

this_commit_vs_reference_R2_precise

this_commit_vs_reference_R2_imprecise

@dpo
dpo / this_commit_vs_reference_R2_imprecise
Created March 7, 2026 20:12
RegularizedOptimization repository benchmark
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1200" height="400" viewBox="0 0 4800 1600">
<defs>
<clipPath id="clip780">
<rect x="0" y="0" width="4800" height="1600"/>
</clipPath>
</defs>
<path clip-path="url(#clip780)" d="M0 1600 L4800 1600 L4800 8.88178e-14 L0 8.88178e-14 Z" fill="#ffffff" fill-rule="evenodd" fill-opacity="1"/>
<defs>
<clipPath id="clip781">
@dpo
dpo / judgement.md
Created March 4, 2026 15:00
RegularizedOptimization repository benchmark

Benchmark Report for RegularizedOptimization

Job Properties

  • Time of benchmarks:
    • Target: 4 Mar 2026 - 14:59
    • Baseline: 4 Mar 2026 - 15:00
  • Package commits:
    • Target: 8e76a02
    • Baseline: 7f6b361
  • Julia commits:
@dpo
dpo / judgement.md
Created March 4, 2026 14:08
RegularizedOptimization repository benchmark

Benchmark Report for RegularizedOptimization

Job Properties

  • Time of benchmarks:
    • Target: 4 Mar 2026 - 14:07
    • Baseline: 4 Mar 2026 - 14:07
  • Package commits:
    • Target: b4a238b
    • Baseline: 3598dfa
  • Julia commits:
if true then
return {}
end
return {
{
"JuliaEditorSupport/julia-vim",
},
-- configure julia lsp
# stdlib dependencies
using Logging
# external dependencies
using Accessors
# our own dependencies
using GALAHAD
using NLPModels
using SolverCore
~/.julia/environments/nvim-lspconfig ❯ make 13:12:04
TMPDIR=/var/folders/0w/gr6q1p614svb9p0gfmlcfjjr0000gn/T/tmp.7cdZBuv5 && \
cd ${TMPDIR} && \
JULIA_LOAD_PATH=: /opt/homebrew/bin/julia -e 'using Pkg; Pkg.generate("Example")' 2> /dev/null && \
cd Example && \
JULIA_LOAD_PATH=${PWD}:@stdlib /opt/homebrew/bin/julia -e 'using Pkg; Pkg.add(["JSON", "fzf_jll", "Random", "Zlib_jll"])' 2> /dev/null && \
JULIA_LOAD_PATH=${PWD}:@stdlib /opt/homebrew/bin/julia -e 'using Pkg; Pkg.precompile()' 2> /dev/null && \
echo "$PACKAGE_CONTENT" > src/Example.jl && \
JULIA_TRACE_COMPILE=1 /Users/dpo/.local/bin/lvim src/Example.jl && \
rm -rf ${TMPDIR}