Skip to content

Instantly share code, notes, and snippets.

View Zastai's full-sized avatar

Tim Van Holder Zastai

  • Anubex (part of Astadia, an Amdocs company)
  • Belgium
View GitHub Profile
@Zastai
Zastai / typecheck-bench.linq
Created January 25, 2022 13:01
benchmark for type checks
#LINQPad optimize+
class Info {
public char Type;
}
class Base {
def rollbackStage1() {
// big rollback code goes here
}
def rollbackStage2() {
// big rollback code goes here
}
def rollbackStage3() {
// big rollback code goes here