Jeongho Nam

Results 51 issues of Jeongho Nam

## Outline ### Set Containers Method | HashSet | LightSet | Set --------|--------:|------------:|----: insert | 223 ms | 207 ms | 35 ms has | 563 ms | 555 ms...

enhancement
help wanted

The AssemblyScript doesn't support those features yet: - Type conjuction and disjunction - Therefore, it's not possible to extending the multiple interfaces - In the closure function, capturing variables from...

bug
enhancement

I want to measure benchmark on multiple devices. If you want to help this `typescript-json` project, fork, clone and run below commands. After running the benchmark program, a new markdown...

enhancement
help wanted

When stringify `Buffer` class of `NodeJS`, its `Buffer.toJSON()` method would be utilized. However, its origin type `Uint8Array` does not have the `toJSON()` method and not `Array` either. Therefore, test the...

enhancement
help wanted
question

I want some features to be added. ## @copydoc Copy definition from another one. If I need to define same content on another object, then it's very annoying. Look at...

enhancement

New methods, `MutableSingleton.clear()` and `VariadicMutableSingleton.clear()`

enhancement

Same with #99 ```typescript export class VariadicMutableSingleton { public clear(): Promise; public clear(...args: Args): Promise; } ```

enhancement

A new method clearing cached value into the `MutableSingleton`. Therefore, when `MutableSingleton.get()` method being called, the value would be re-constructed.

enhancement

The test automation program executed by `npm run test`, it spends too much time (over 20 seconds). To reduce the elapsed time, the first mission is to measuring elapsed time...

enhancement
help wanted
documentation