chrfwow

Results 11 issues of chrfwow

The documentation on [https://huggingface.co/razent/cotext-1-ccg](https://huggingface.co/razent/cotext-1-ccg) does not specify how to use the model for defect detection tasks. Could you please share some example code to choose the task?

Recently, the main build failed. An affected tests (`EventsTest.matchingErrorEventsMustRunImmediately`) failed because it assumes that an error event handler that is added to a provider in an error state will be...

Needs Triage

## This PR Updates the flags.json file on the website to match the current content in the schemas repo

size:L

A crude POC to add a test that will fail when a breaking change is introduced DO NOT MERGE!!!!!!!

This Pr introduces some performance enhacements, that together yield the following results: Baseline (`AllocationBenchmark.main` run five times with the IntelliJ Profiler and averaged): runtime: 5329 ms memory allocations: 16.47 GB...

Hooks are now stored in a map to allow efficient lookup of hooks supporting certain FlagValueTypes. This and other changes makes merging the hooks cheaper. ### Related Issues Part of...

As suggested by @guidobrei , an even better solution to the context memory allocation problem (see #1588) would be to have a layered evalution context, that has a reference to...

Currently, the OpenFeatureClient.evaluateFlag() method performs a complete context merge on every flag evaluation by calling mergeEvaluationContext(), which merges all four context levels from scratch: API context (global), Transaction context, Client...

enhancement

Just some testing, no need to review