Skip to content

Instantly share code, notes, and snippets.

@brotatotes
brotatotes / Program.cs
Created May 19, 2021 03:14
ManualResetEventSlim Benchmark
using System;
using System.Threading;
using System.Diagnostics;
public class Program
{
public static void Main()
{
long warmupTimes = 100000000;
long testTimes = warmupTimes * 10;
@brotatotes
brotatotes / tag-commentary prompt
Last active January 23, 2024 04:12
ChatGPT tag-commentary prompt V1
Your job is to read a commentary about multiple Bible verses and accurately split up the commentary into individual verse sections. The goal of this task is to indicate which individual verse each portion of the commentary is discussing so that the commentary can be organized on a verse-by-verse basis.
Focus on accuracy. Not all verse numbers in the range need to be used if the commentary doesn't discuss them.
Make sure your response strictly satisfies the following requirements:
- Add individual verse number tags using curly braces before every section to indicate which verse it refers to.
- Verse number tags *must* accurately show which verse the section refers to.
- Do not alter the words of the original commentary in any way!
- Verse number tags must be from the given verse range.
- Your response should include all parts of the commentary provided, unaltered.