Skip to content

Sr#414

Draft
saulshanabrook wants to merge 4 commits intomainfrom
sr
Draft

Sr#414
saulshanabrook wants to merge 4 commits intomainfrom
sr

Conversation

@saulshanabrook
Copy link
Copy Markdown
Member

No description provided.

try:
egraph.check(includes(i64(i)))
values.add(i)
except EggSmolError:
try:
egraph.check(s(i64(i)))
values.add(i)
except EggSmolError:
try:
egraph.check(s(i64(i)))
values.add(i)
except EggSmolError:
from typing import ClassVar, Literal, TypeAlias

import egglog
from egglog import *
def __abs__(self) -> f64: ...

@method(egg_fn="exp")
def exp(self) -> f64: ...
def exp(self) -> f64: ...

@method(egg_fn="log")
def log(self) -> f64: ...
def log(self) -> f64: ...

@method(egg_fn="sqrt")
def sqrt(self) -> f64: ...
none: ClassVar[OptionalF64]

@classmethod
def some(cls, value: f64Like) -> OptionalF64: ...
"""

@method(cost=5)
def __init__(self, value: f64Like) -> None: ...

@method(cost=1)
@classmethod
def var(cls, name: StringLike) -> Num: ...
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 6, 2026

Merging this PR will not alter performance

✅ 12 untouched benchmarks
⏩ 2 skipped benchmarks1


Comparing sr (009177d) with main (8b6fe1e)

Open in CodSpeed

Footnotes

  1. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant